diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-04 22:09:25 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-04 22:20:28 +0200 |
commit | 58fd779a4355e5bfa2bc0b15ed9c4664f44c7a0f (patch) | |
tree | 7ea64355eb10d13aa8f1d6e17688530a6d344d52 /docs/buildroot.html | |
parent | 6652770f4164d57458b41ed8f15bd3039c69abb1 (diff) | |
download | buildroot-novena-58fd779a4355e5bfa2bc0b15ed9c4664f44c7a0f.tar.gz buildroot-novena-58fd779a4355e5bfa2bc0b15ed9c4664f44c7a0f.zip |
buildroot; move defconfigs to configs/ and print in help
As discussed earlier on the mailing list. It simplifies code, gives more
sensible error message on typos and makes the defconfigs easier to find
for users.
Furthermore, update documentation to match.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 25 |
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> |