diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-01 13:31:04 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-01 13:31:14 +0100 |
| commit | 79909436ed99f863f5e4fcd6c02e2ee152548cdc (patch) | |
| tree | f02d1e7dc0c10371277d02c2cb1588e399546515 /package/busybox/config/util-linux | |
| parent | 3784b281a8b0fbec7a9240a009595db0c5132cbb (diff) | |
busybox: disable fdisk applet, when util-linux fdisk is selected
Diffstat (limited to 'package/busybox/config/util-linux')
| -rw-r--r-- | package/busybox/config/util-linux/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index c1c89f26d..c0658d131 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -275,6 +275,7 @@ config BUSYBOX_FDFORMAT config BUSYBOX_FDISK bool "fdisk" default n + depends on !BUSYBOX_DISABLE_FDISK select BUSYBOX_PLATFORM_LINUX help The fdisk utility is used to divide hard disks into one or more |
