summaryrefslogtreecommitdiff
path: root/package/util-linux-ng/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/util-linux-ng/Config.in')
-rw-r--r--package/util-linux-ng/Config.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/util-linux-ng/Config.in b/package/util-linux-ng/Config.in
new file mode 100644
index 000000000..705c3cbff
--- /dev/null
+++ b/package/util-linux-ng/Config.in
@@ -0,0 +1,32 @@
+config ADK_COMPILE_UTIL_LINUX_NG
+ tristate
+ default n
+ depends ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS
+
+config ADK_PACKAGE_FDISK
+ prompt "fdisk............................. Partition table manipulation utility"
+ tristate
+ default n
+ select ADK_COMPILE_UTIL_LINUX_NG
+ help
+ A partition table manipulation utility
+
+config ADK_PACKAGE_LOSETUP
+ prompt "losetup........................... Loop devices setup and control utility"
+ tristate
+ default n
+ select ADK_COMPILE_UTIL_LINUX_NG
+ select ADK_KPACKAGE_KMOD_BLK_DEV_LOOP
+ help
+ A loop devices setup and control utility
+
+config ADK_PACKAGE_SWAP_UTILS
+ prompt "swap-utils........................ Swap space management utilities"
+ tristate
+ default n
+ select ADK_COMPILE_UTIL_LINUX_NG
+ help
+ A collection of tools to manage swap space :
+ * mkswap
+ * swapon
+ * swapoff