summaryrefslogtreecommitdiff
path: root/package/busybox/config/miscutils/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-18 19:54:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-18 19:54:20 +0200
commit33dd541790614765228a71477e1f8b2b6aa21ce1 (patch)
treec293114e1ff13922e6e5063961a630312b56a52d /package/busybox/config/miscutils/Config.in
parent13a16e7b8ba486e04de29fcc2a30ca52cf1e6301 (diff)
reorganize the handling of busybox applets, which needs to be disabled when full programm is choosen by the user
Diffstat (limited to 'package/busybox/config/miscutils/Config.in')
-rw-r--r--package/busybox/config/miscutils/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in
index 2e8404f0f..0a837cb64 100644
--- a/package/busybox/config/miscutils/Config.in
+++ b/package/busybox/config/miscutils/Config.in
@@ -15,9 +15,10 @@ config BUSYBOX_CONSPY
example: conspy NUM shared access to console num
or conspy -nd NUM screenshot of console num
or conspy -cs NUM poor man's GNU screen like
+
config BUSYBOX_LESS
bool "less"
- depends on !ADK_PACKAGE_LESS
+ depends on !BUSYBOX_DISABLE_LESS
default y
help
'less' is a pager, meaning that it displays text files. It possesses
@@ -508,7 +509,7 @@ endchoice
config BUSYBOX_HDPARM
bool "hdparm"
default n
- depends on !ADK_PACKAGE_HDPARM
+ depends on !BUSYBOX_DISABLE_HDPARM
select BUSYBOX_PLATFORM_LINUX
help
Get/Set hard drive parameters. Primarily intended for ATA
@@ -747,7 +748,7 @@ config BUSYBOX_WALL
config BUSYBOX_WATCHDOG
bool "watchdog"
default n
- depends on !ADK_PACKAGE_WATCHDOG
+ depends on !BUSYBOX_DISABLE_WATCHDOG
select BUSYBOX_PLATFORM_LINUX
help
The watchdog utility is used with hardware or software watchdog