source: freewrt/package/util-linux/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.0 KB
Line 
1menu "util-linux"
2
3config BR2_COMPILE_UTIL_LINUX
4 tristate
5 default n
6 depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS
7
8config 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
18config 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
29config 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
42endmenu
Note: See TracBrowser for help on using the repository browser.