diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:36 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:36 +0000 |
commit | 59b4626448dd463c3e5c4c354209752f32f849ff (patch) | |
tree | be6dc1d0a7cd61ccc5054bc2ed4a06259594a6e6 | |
parent | d3ebf329ca81aa1d3d295701d11ed548faed8fbc (diff) | |
download | buildroot-novena-59b4626448dd463c3e5c4c354209752f32f849ff.tar.gz buildroot-novena-59b4626448dd463c3e5c4c354209752f32f849ff.zip |
package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotations
-rw-r--r-- | package/Config.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/package/Config.in b/package/Config.in index 556a159f9..f600c29ab 100644 --- a/package/Config.in +++ b/package/Config.in @@ -4,13 +4,11 @@ source "package/busybox/Config.in" comment "The minimum needed to build a uClibc development system" +if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/bash/Config.in" source "package/bzip2/Config.in" -if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/coreutils/Config.in" -endif source "package/diffutils/Config.in" -if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/findutils/Config.in" endif source "package/flex/Config.in" @@ -106,8 +104,6 @@ source "package/procps/Config.in" endif if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/psmisc/Config.in" -endif -if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/rpm/Config.in" endif source "package/screen/Config.in" @@ -118,14 +114,8 @@ if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/sysklogd/Config.in" # busybox has init and the runit stuff source "package/sysvinit/Config.in" -endif -if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/tinylogin/Config.in" -endif -if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/util-linux/Config.in" -endif -if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS source "package/which/Config.in" endif |