diff --git a/docs/buildroot.html b/docs/buildroot.html index 89c59701b6..976af41cec 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -882,7 +882,19 @@ config BR2_PACKAGE_FOO
Of course, you can add other options to configure particular things in your software.
- +Finally you have to add your new foo/Config.in
to
+ package/Config.in
. The files included there are
+ sorted alphabetically per category and are NOT
+ supposed to contain anything but the bare name of the package.
+if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS +source "package/procps/Config.in" +endif ++
Note:
+ Generally all packages should live directly in the
+ package
directory to make it easier to find them.
+
Finally, here's the hardest part. Create a file named