8faceb6e7ccecfb119bd9a6d35d5035cf9244b28
[15.05/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............................. 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_LOSETUP
19         prompt "losetup........................... Loop devices setup and control utility"
20         tristate
21         default m if CONFIG_DEVEL
22         select BR2_COMPILE_UTIL_LINUX
23         select BR2_PACKAGE_KMOD_LOOP
24         help
25           A loop devices setup and control utility
26           
27           http://www.kernel.org/pub/linux/utils/util-linux/
28
29 config BR2_PACKAGE_SWAP_UTILS
30         prompt "swap-utils........................ Swap space management utilities"
31         tristate
32         default m if CONFIG_DEVEL
33         select BR2_COMPILE_UTIL_LINUX
34         help
35           A collection of tools to manage swap space :
36             * mkswap
37             * swapon
38             * swapoff
39           
40           http://www.kernel.org/pub/linux/utils/util-linux/
41
42 endmenu