b10b272b7e94b85147784dafdaa5912f0c8a0a8f
[openwrt.git] / package / util-linux / Config.in
1 config BR2_COMPILE_UTIL_LINUX
2         bool
3         default n
4         depends BR2_PACKAGE_FDISK
5
6 config BR2_PACKAGE_FDISK
7         tristate "fdisk - A partition table manipulation utility"
8         default m if CONFIG_DEVEL
9         select BR2_COMPILE_UTIL_LINUX
10         help
11           A partition table manipulation utility
12           
13           http://www.kernel.org/pub/linux/utils/util-linux/
14           
15