summaryrefslogtreecommitdiff
path: root/package/util-linux-ng/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-20 20:23:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-20 20:23:01 +0100
commitb465429a7e4a1f336947ec59ef5f660db85022f0 (patch)
tree45ed682ea3d7164cb70c4a2f19becf38cd957315 /package/util-linux-ng/Config.in
parent96bc4e2dbfe9ea192ffd0762093cc38c80f789c1 (diff)
fix more uclibc bulk build errors and add sfdisk/parted
- add sfdisk and parted for nfsroot installations to cfdisk - fix more uclibc bulk build errors
Diffstat (limited to 'package/util-linux-ng/Config.in')
-rw-r--r--package/util-linux-ng/Config.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/package/util-linux-ng/Config.in b/package/util-linux-ng/Config.in
index afb5d5104..8885dba87 100644
--- a/package/util-linux-ng/Config.in
+++ b/package/util-linux-ng/Config.in
@@ -1,7 +1,7 @@
config ADK_COMPILE_UTIL_LINUX_NG
tristate
default n
- depends on ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS
+ depends on ADK_PACKAGE_FDISK || ADK_PACKAGE_SWAP_UTILS || ADK_PACKAGE_SFDISK || ADK_PACKAGE_LOSETUP
config ADK_PACKAGE_FDISK
prompt "fdisk............................. Partition table manipulation utility"
@@ -10,6 +10,14 @@ config ADK_PACKAGE_FDISK
select ADK_COMPILE_UTIL_LINUX_NG
help
A partition table manipulation utility
+
+config ADK_PACKAGE_SFDISK
+ prompt "sfdisk............................ Scriptable Partition table manipulation utility"
+ tristate
+ default n
+ select ADK_COMPILE_UTIL_LINUX_NG
+ help
+ A scriptable partition table manipulation utility
config ADK_PACKAGE_LOSETUP
prompt "losetup........................... Loop devices setup and control utility"