diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-15 10:15:47 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-15 10:18:51 +0200 |
commit | 524b203588b82ad16221d8397678bf90ca6ad2f9 (patch) | |
tree | 00ee4b5ffc0d986c93bb8ff0e7fccadfe21dc821 /docs | |
parent | f72f3fd30e6ad3c8edc5963636231e339f5824a0 (diff) | |
download | buildroot-novena-524b203588b82ad16221d8397678bf90ca6ad2f9.tar.gz buildroot-novena-524b203588b82ad16221d8397678bf90ca6ad2f9.zip |
busybox: invert hide option
Invert the BR2_PACKAGE_BUSYBOX_HIDE_OTHERS option to use positive logic,
renaming it to _SHOW_OTHERS.
Positive logic is simpler to understand, and it makes all{,package}config
do the right thing.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/buildroot.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 2fc752812..e61e05fe7 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -794,9 +794,7 @@ config BR2_PACKAGE_FOO <em>sorted alphabetically</em> per category and are <em>NOT</em> supposed to contain anything but the <em>bare</em> name of the package.</p> <pre> -if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/procps/Config.in" -endif </pre> <p><strong>Note:</strong><br> Generally all packages should live <em>directly</em> in the |