1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 21:17:36 +03:00
openwrt-xburst/openwrt/package/util-linux/Config.in
nico 41811345b7 add util-linux for fdisk (thanks to Philipp Kewisch )
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-07 20:07:28 +00:00

16 lines
327 B
Plaintext

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/