3 config BR2_COMPILE_UTIL_LINUX
6 depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS
8 config BR2_PACKAGE_FDISK
9 prompt "fdisk............................. A 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_SWAP_UTILS
19 prompt "swap-utils........................ Swap space management utilities"
21 default m if CONFIG_DEVEL
22 select BR2_COMPILE_UTIL_LINUX
24 A collection of tools to manage swap space :
29 http://www.kernel.org/pub/linux/utils/util-linux/