87d41ea499425cdbdb2e9af61db662f66d89e557
[openwrt/svn-archive/archive.git] / openwrt / package / util-linux / Config.in
1 menu "util-linux"
2
3 config BR2_COMPILE_UTIL_LINUX
4 bool
5 default n
6 depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS
7
8 config BR2_PACKAGE_FDISK
9 prompt "fdisk............................. A partition table manipulation utility"
10 tristate
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_UTIL_LINUX
13 help
14 A partition table manipulation utility
15
16 http://www.kernel.org/pub/linux/utils/util-linux/
17
18 config BR2_PACKAGE_SWAP_UTILS
19 prompt "swap-utils........................ Swap space management utilities"
20 tristate
21 default m if CONFIG_DEVEL
22 select BR2_COMPILE_UTIL_LINUX
23 help
24 A collection of tools to manage swap space :
25 * mkswap
26 * swapon
27 * swapoff
28
29 http://www.kernel.org/pub/linux/utils/util-linux/
30
31 endmenu