3 config BR2_COMPILE_UTIL_LINUX
6 depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS
8 config BR2_PACKAGE_FDISK
9 prompt "fdisk............................. Partition table manipulation utility"
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_UTIL_LINUX
14 A partition table manipulation utility
16 http://www.kernel.org/pub/linux/utils/util-linux/
18 config BR2_PACKAGE_LOSETUP
19 prompt "losetup........................... Loop devices setup and control utility"
21 default m if CONFIG_DEVEL
22 select BR2_COMPILE_UTIL_LINUX
23 select BR2_PACKAGE_KMOD_LOOP
25 A loop devices setup and control utility
27 http://www.kernel.org/pub/linux/utils/util-linux/
29 config BR2_PACKAGE_SWAP_UTILS
30 prompt "swap-utils........................ Swap space management utilities"
32 default m if CONFIG_DEVEL
33 select BR2_COMPILE_UTIL_LINUX
35 A collection of tools to manage swap space :
40 http://www.kernel.org/pub/linux/utils/util-linux/