add util-linux for fdisk (thanks to Philipp Kewisch )
[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
This page took 0.052071 seconds and 5 git commands to generate.