summaryrefslogtreecommitdiffstats
path: root/configs/at91sam9263ek_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-10-15 10:15:47 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-15 10:18:51 +0200
commit524b203588b82ad16221d8397678bf90ca6ad2f9 (patch)
tree00ee4b5ffc0d986c93bb8ff0e7fccadfe21dc821 /configs/at91sam9263ek_defconfig
parentf72f3fd30e6ad3c8edc5963636231e339f5824a0 (diff)
downloadbuildroot-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 'configs/at91sam9263ek_defconfig')
-rw-r--r--configs/at91sam9263ek_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig
index 7ea6a992d..62a2698fc 100644
--- a/configs/at91sam9263ek_defconfig
+++ b/configs/at91sam9263ek_defconfig
@@ -348,7 +348,7 @@ BR2_BUSYBOX_VERSION_1_13_X=y
BR2_BUSYBOX_VERSION="1.13.2"
BR2_PACKAGE_BUSYBOX_FULLINSTALL=y
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.13.x.config"
-BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y
+# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
# BR2_PACKAGE_BUSYBOX_SKELETON is not set
#