summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in.manual
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-01 13:31:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-01 13:31:14 +0100
commit79909436ed99f863f5e4fcd6c02e2ee152548cdc (patch)
treef02d1e7dc0c10371277d02c2cb1588e399546515 /package/busybox/Config.in.manual
parent3784b281a8b0fbec7a9240a009595db0c5132cbb (diff)
busybox: disable fdisk applet, when util-linux fdisk is selected
Diffstat (limited to 'package/busybox/Config.in.manual')
-rw-r--r--package/busybox/Config.in.manual8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual
index 340a335fe..d7264a0e9 100644
--- a/package/busybox/Config.in.manual
+++ b/package/busybox/Config.in.manual
@@ -22,7 +22,7 @@ config ADK_PACKAGE_BUSYBOX_DEFAULT
select BUSYBOX_WHOAMI
select BUSYBOX_LESS if !BUSYBOX_DISABLE_LESS
select BUSYBOX_TRUE
- select BUSYBOX_FDISK
+ select BUSYBOX_FDISK if !BUSYBOX_DISABLE_FDISK
select BUSYBOX_NC
select BUSYBOX_RDATE
select BUSYBOX_GUNZIP
@@ -390,6 +390,12 @@ config BUSYBOX_DISABLE_LSUSB
depends on ADK_PACKAGE_LSUSB
default n
+config BUSYBOX_DISABLE_FDISK
+ bool
+ default y if ADK_PACKAGE_FDISK
+ depends on ADK_PACKAGE_FDISK
+ default n
+
config BUSYBOX_DISABLE_GREP
bool
default y if ADK_PACKAGE_GREP