From 58fd779a4355e5bfa2bc0b15ed9c4664f44c7a0f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 4 Oct 2009 22:09:25 +0200 Subject: 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 --- docs/buildroot.html | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'docs') 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
  • Then, in the target/device/yourcompany/project-foobar/ - directory, you can store different files: - -
      - -
    • One or more Buildroot configurations, under file named - something_defconfig. Your users will then be able - to run make something_defconfig and get the right - configuration for your project
    • - -
    • Configuration files for the kernel, for Busybox or - uClibc. These files can then be referenced by the Buildroot - configuration described above
    • - -
    - -
  • + 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 + something_defconfig and are stored in the toplevel + configs/ directory. Your users will then be able + to run make something_defconfig and get the right + configuration for your project -- cgit v1.2.3