9f1c3a7f97dd0b71cae40b4d0cd5fb2b8bb6c7f8
[openwrt.git] / package / util-linux / Config.in
1 menu "util-linux"
2
3 config BR2_COMPILE_UTIL_LINUX
4         tristate
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