Changeset c04ece1 in freewrt for package/util-linux/Config.in
- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
-
package/util-linux/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/util-linux/Config.in
re13d736 rc04ece1 1 1 menu "util-linux" 2 2 3 config BR2_COMPILE_UTIL_LINUX3 config FWRT_COMPILE_UTIL_LINUX 4 4 tristate 5 5 default n 6 depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS6 depends FWRT_PACKAGE_FDISK || FWRT_PACKAGE_SWAP_UTILS 7 7 8 config BR2_PACKAGE_FDISK8 config FWRT_PACKAGE_FDISK 9 9 prompt "fdisk............................. Partition table manipulation utility" 10 10 tristate 11 11 default m if CONFIG_DEVEL 12 select BR2_COMPILE_UTIL_LINUX12 select FWRT_COMPILE_UTIL_LINUX 13 13 help 14 14 A partition table manipulation utility … … 16 16 http://www.kernel.org/pub/linux/utils/util-linux/ 17 17 18 config BR2_PACKAGE_LOSETUP18 config FWRT_PACKAGE_LOSETUP 19 19 prompt "losetup........................... Loop devices setup and control utility" 20 20 tristate 21 21 default m if CONFIG_DEVEL 22 select BR2_COMPILE_UTIL_LINUX23 select BR2_PACKAGE_KMOD_LOOP22 select FWRT_COMPILE_UTIL_LINUX 23 select FWRT_PACKAGE_KMOD_LOOP 24 24 help 25 25 A loop devices setup and control utility … … 27 27 http://www.kernel.org/pub/linux/utils/util-linux/ 28 28 29 config BR2_PACKAGE_SWAP_UTILS29 config FWRT_PACKAGE_SWAP_UTILS 30 30 prompt "swap-utils........................ Swap space management utilities" 31 31 tristate 32 32 default m if CONFIG_DEVEL 33 select BR2_COMPILE_UTIL_LINUX33 select FWRT_COMPILE_UTIL_LINUX 34 34 help 35 35 A collection of tools to manage swap space :
Note:
See TracChangeset
for help on using the changeset viewer.
