summaryrefslogtreecommitdiffstats
path: root/docs/manual/customize-store.txt
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2013-02-25 11:31:21 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-28 22:02:53 +0100
commit5b02e6cad837da36c87cb5534b85f4ee8679cac5 (patch)
tree6f0f05a4338f23800a7316892110e7d9cf2e7743 /docs/manual/customize-store.txt
parent0e0e42176d4a46515aff577d9702d91208e27c5d (diff)
downloadbuildroot-novena-5b02e6cad837da36c87cb5534b85f4ee8679cac5.tar.gz
buildroot-novena-5b02e6cad837da36c87cb5534b85f4ee8679cac5.zip
manual: fix cross-refs
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/customize-store.txt')
-rw-r--r--docs/manual/customize-store.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/manual/customize-store.txt b/docs/manual/customize-store.txt
index d770f0eef..5083339ec 100644
--- a/docs/manual/customize-store.txt
+++ b/docs/manual/customize-store.txt
@@ -13,10 +13,13 @@ consists of the buildroot configuration, the configuration files for
packages that you use (kernel, busybox, uClibc, ...), and your rootfs
modifications.
+
+[[customize-store-basics]]
Basics for storing the configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-[[customize-store-basics]]
+
+[[customize-store-buildroot-config]]
Buildroot configuration
^^^^^^^^^^^^^^^^^^^^^^^
@@ -35,6 +38,7 @@ Alternatively, you can copy the file to any other place and rebuild with
+make defconfig BR2_DEFCONFIG=<path-to-defconfig-file>+.
+[[customize-store-package-config]]
Other package configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -71,6 +75,7 @@ configuration files easier.
resp. +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE+.
+[[customize-store-board-support]]
Creating your own board support
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~