From ed6bf70bd42b1ea0cef21ffc1ba0ae6e7df5186a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 7 Oct 2005 20:07:28 +0000 Subject: add util-linux for fdisk (thanks to Philipp Kewisch ) SVN-Revision: 2071 --- openwrt/package/util-linux/Config.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 openwrt/package/util-linux/Config.in (limited to 'openwrt/package/util-linux/Config.in') 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/ + + -- cgit v1.1