2005-11-05 04:16:36 +02:00
|
|
|
menu "util-linux"
|
|
|
|
|
2005-10-07 23:07:28 +03:00
|
|
|
config BR2_COMPILE_UTIL_LINUX
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-10-07 23:07:28 +03:00
|
|
|
default n
|
2005-11-05 04:16:36 +02:00
|
|
|
depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS
|
2005-10-07 23:07:28 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_FDISK
|
2005-11-29 13:13:32 +02:00
|
|
|
prompt "fdisk............................. Partition table manipulation utility"
|
2005-11-05 04:16:36 +02:00
|
|
|
tristate
|
2005-10-07 23:07:28 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_COMPILE_UTIL_LINUX
|
|
|
|
help
|
|
|
|
A partition table manipulation utility
|
|
|
|
|
|
|
|
http://www.kernel.org/pub/linux/utils/util-linux/
|
|
|
|
|
2005-11-29 13:13:32 +02:00
|
|
|
config BR2_PACKAGE_LOSETUP
|
|
|
|
prompt "losetup........................... Loop devices setup and control utility"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_COMPILE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_KMOD_LOOP
|
|
|
|
help
|
|
|
|
A loop devices setup and control utility
|
|
|
|
|
|
|
|
http://www.kernel.org/pub/linux/utils/util-linux/
|
|
|
|
|
2005-10-08 17:28:28 +03:00
|
|
|
config BR2_PACKAGE_SWAP_UTILS
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "swap-utils........................ Swap space management utilities"
|
|
|
|
tristate
|
2005-10-08 17:28:28 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_COMPILE_UTIL_LINUX
|
|
|
|
help
|
|
|
|
A collection of tools to manage swap space :
|
|
|
|
* mkswap
|
|
|
|
* swapon
|
|
|
|
* swapoff
|
|
|
|
|
|
|
|
http://www.kernel.org/pub/linux/utils/util-linux/
|
|
|
|
|
2005-11-05 04:16:36 +02:00
|
|
|
endmenu
|