From b23cfa9e2081511a8913553abdc9a1f48757a174 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 21:57:38 +0200 Subject: allow to hide packages, which are provided by busybox applets --- package/busybox/Config.in.manual | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'package/busybox') diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual index 829a0d82f..a037749ae 100644 --- a/package/busybox/Config.in.manual +++ b/package/busybox/Config.in.manual @@ -16,7 +16,8 @@ config ADK_PACKAGE_BUSYBOX config ADK_PACKAGE_BUSYBOX_HIDE prompt "hide packages provided by busybox applets" boolean - default y + depends on ADK_PACKAGE_BUSYBOX + default n help Do not show packages which are provided as busybox applets @@ -48,12 +49,6 @@ config BUSYBOX_DISABLE_TAR depends on ADK_PACKAGE_TAR default n -config BUSYBOX_DISABLE_RPM - boolean - default y if ADK_PACKAGE_RPM - depends on ADK_PACKAGE_RPM - default n - config BUSYBOX_DISABLE_BZIP2 boolean default y if ADK_PACKAGE_BZIP2 @@ -162,12 +157,6 @@ config BUSYBOX_DISABLE_UNXZ depends on ADK_PACKAGE_XZ default n -config BUSYBOX_DISABLE_UNZIP - boolean - default y if ADK_PACKAGE_UNZIP - depends on ADK_PACKAGE_UNZIP - default n - config BUSYBOX_DISABLE_FBSET boolean default y if ADK_PACKAGE_FBSET -- cgit v1.2.3