summaryrefslogtreecommitdiff
path: root/openwrt/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
commited6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a (patch)
treec96877c7881b127fb33fad24725db2198ef689ee /openwrt/package/util-linux/Config.in
parent44b8eb2dd4e7b464b48ee0a8f261daf0e1fd7cb5 (diff)
downloadmtk-20170518-ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a.zip
mtk-20170518-ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a.tar.gz
mtk-20170518-ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a.tar.bz2
add util-linux for fdisk (thanks to Philipp Kewisch )
SVN-Revision: 2071
Diffstat (limited to 'openwrt/package/util-linux/Config.in')
-rw-r--r--openwrt/package/util-linux/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/openwrt/package/util-linux/Config.in b/openwrt/package/util-linux/Config.in
new file mode 100644
index 0000000..b10b272
--- /dev/null
+++ b/openwrt/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/
+
+