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 --- target/xtensa/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/xtensa') diff --git a/target/xtensa/defconfig b/target/xtensa/defconfig index 4127f5308..f7a574173 100644 --- a/target/xtensa/defconfig +++ b/target/xtensa/defconfig @@ -90,7 +90,7 @@ BR2_TOOLCHAIN_BUILDROOT=y BR2_TOOLCHAIN_SOURCE=y -BR2_PACKAGE_BUSYBOX_HIDE_OTHERS=y +# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set # # Other development stuff -- cgit v1.2.3