From d32410a089bdcebc53330386122d9db1561ae3af Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 3 Feb 2009 13:55:32 +0100 Subject: [PATCH] recommend that HIDE_OTHER is set to y You do not want the big versions anyway. If you would, then you would not be here in the first place. --- package/busybox/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 51fadd7..72b23d4 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -189,11 +189,13 @@ config BR2_PACKAGE_BUSYBOX_CONFIG config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS bool "Hide applications that are provided by busybox" depends on BR2_PACKAGE_BUSYBOX - default y if BR2_PACKAGE_BUSYBOX_SNAPSHOT + default y help Do not show packages in menuconfig that are potentially provided by busybox. + It is highly recommended to leave this at the default of 'Y'. + config BR2_PACKAGE_BUSYBOX_SKELETON bool "use minimal target skeleton" depends on BR2_PACKAGE_BUSYBOX -- 2.11.4.GIT