From 524b203588b82ad16221d8397678bf90ca6ad2f9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 15 Oct 2009 10:15:47 +0200 Subject: 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 --- docs/buildroot.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') 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 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 -- cgit v1.2.3