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 --- configs/at91sam9g20dfc_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/at91sam9g20dfc_defconfig') diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig index 30a2e4c51..51e2b834d 100644 --- a/configs/at91sam9g20dfc_defconfig +++ b/configs/at91sam9g20dfc_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 # -- cgit v1.2.3