diff options
Diffstat (limited to 'package/util-linux/Config.in')
-rw-r--r-- | package/util-linux/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index 816130daf..43a84440f 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -67,6 +67,10 @@ config BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS config BR2_PACKAGE_UTIL_LINUX_WALL bool "build \"wall\"" +config BR2_PACKAGE_UTIL_LINUX_PARTX + bool "build \"addpart, delpart, partx\"" + select BR2_PACKAGE_UTIL_LINUX_LIBBLKID + ############################################ # default disabled and should be enabled by # --enable-foo @@ -86,9 +90,6 @@ config BR2_PACKAGE_UTIL_LINUX_LAST config BR2_PACKAGE_UTIL_LINUX_MESG bool "build \"mesg\"" -config BR2_PACKAGE_UTIL_LINUX_PARTX - bool "build \"addpart, delpart, partx\"" - config BR2_PACKAGE_UTIL_LINUX_RAW bool "build \"raw\"" |