summaryrefslogtreecommitdiffstats
path: root/docs/buildroot.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r--docs/buildroot.html25
1 files changed, 9 insertions, 16 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 45876d7b6..2fc752812 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -646,22 +646,15 @@ endif
<li>Then, in the
<code>target/device/yourcompany/project-foobar/</code>
- directory, you can store different files:
-
- <ul>
-
- <li>One or more Buildroot configurations, under file named
- <code>something_defconfig</code>. Your users will then be able
- to run <code>make something_defconfig</code> and get the right
- configuration for your project</li>
-
- <li>Configuration files for the kernel, for Busybox or
- uClibc. These files can then be referenced by the Buildroot
- configuration described above</li>
-
- </ul>
-
- </li>
+ directory, you can store configuration files for the kernel,
+ for Busybox or uClibc.
+
+ You can furthermore create one or more preconfigured configuration
+ files, referencing those files. These config files are named
+ <code>something_defconfig</config> and are stored in the toplevel
+ <code>configs/</code> directory. Your users will then be able
+ to run <code>make something_defconfig</code> and get the right
+ configuration for your project</li>
</ol>