aboutsummaryrefslogtreecommitdiffstats
path: root/package/util-linux/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-07 20:07:28 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-07 20:07:28 +0000
commit1177bb4affa5ee3b20b40397e82840fcf4f3a34a (patch)
tree31dc69baf521de8e81f2a407005429821ce6c348 /package/util-linux/Config.in
parentd4c5b212c7e235444d2beb6c4ae34f6e7e74c35d (diff)
downloadmaster-187ad058-1177bb4affa5ee3b20b40397e82840fcf4f3a34a.tar.gz
master-187ad058-1177bb4affa5ee3b20b40397e82840fcf4f3a34a.tar.bz2
master-187ad058-1177bb4affa5ee3b20b40397e82840fcf4f3a34a.zip
add util-linux for fdisk (thanks to Philipp Kewisch )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2071 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux/Config.in')
-rw-r--r--package/util-linux/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
new file mode 100644
index 0000000000..b10b272b7e
--- /dev/null
+++ b/package/util-linux/Config.in
@@ -0,0 +1,15 @@
+config BR2_COMPILE_UTIL_LINUX
+ bool
+ default n
+ depends BR2_PACKAGE_FDISK
+
+config BR2_PACKAGE_FDISK
+ tristate "fdisk - A partition table manipulation utility"
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_UTIL_LINUX
+ help
+ A partition table manipulation utility
+
+ http://www.kernel.org/pub/linux/utils/util-linux/
+
+