source: freewrt/package/util-linux/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

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

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[475ad56]1menu "util-linux"
2
[c04ece1]3config FWRT_COMPILE_UTIL_LINUX
[475ad56]4 tristate
5 default n
[c04ece1]6 depends FWRT_PACKAGE_FDISK || FWRT_PACKAGE_SWAP_UTILS
[475ad56]7
[c04ece1]8config FWRT_PACKAGE_FDISK
[475ad56]9 prompt "fdisk............................. Partition table manipulation utility"
10 tristate
11 default m if CONFIG_DEVEL
[c04ece1]12 select FWRT_COMPILE_UTIL_LINUX
[475ad56]13 help
14 A partition table manipulation utility
15
16 http://www.kernel.org/pub/linux/utils/util-linux/
17
[c04ece1]18config FWRT_PACKAGE_LOSETUP
[475ad56]19 prompt "losetup........................... Loop devices setup and control utility"
20 tristate
21 default m if CONFIG_DEVEL
[c04ece1]22 select FWRT_COMPILE_UTIL_LINUX
23 select FWRT_PACKAGE_KMOD_LOOP
[475ad56]24 help
25 A loop devices setup and control utility
26
27 http://www.kernel.org/pub/linux/utils/util-linux/
28
[c04ece1]29config FWRT_PACKAGE_SWAP_UTILS
[475ad56]30 prompt "swap-utils........................ Swap space management utilities"
31 tristate
32 default m if CONFIG_DEVEL
[c04ece1]33 select FWRT_COMPILE_UTIL_LINUX
[475ad56]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.