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
|
| Line | |
|---|
| 1 | menu "util-linux"
|
|---|
| 2 |
|
|---|
| 3 | config FWRT_COMPILE_UTIL_LINUX
|
|---|
| 4 | tristate
|
|---|
| 5 | default n
|
|---|
| 6 | depends FWRT_PACKAGE_FDISK || FWRT_PACKAGE_SWAP_UTILS
|
|---|
| 7 |
|
|---|
| 8 | config FWRT_PACKAGE_FDISK
|
|---|
| 9 | prompt "fdisk............................. Partition table manipulation utility"
|
|---|
| 10 | tristate
|
|---|
| 11 | default m if CONFIG_DEVEL
|
|---|
| 12 | select FWRT_COMPILE_UTIL_LINUX
|
|---|
| 13 | help
|
|---|
| 14 | A partition table manipulation utility
|
|---|
| 15 |
|
|---|
| 16 | http://www.kernel.org/pub/linux/utils/util-linux/
|
|---|
| 17 |
|
|---|
| 18 | config FWRT_PACKAGE_LOSETUP
|
|---|
| 19 | prompt "losetup........................... Loop devices setup and control utility"
|
|---|
| 20 | tristate
|
|---|
| 21 | default m if CONFIG_DEVEL
|
|---|
| 22 | select FWRT_COMPILE_UTIL_LINUX
|
|---|
| 23 | select FWRT_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 |
|
|---|
| 29 | config FWRT_PACKAGE_SWAP_UTILS
|
|---|
| 30 | prompt "swap-utils........................ Swap space management utilities"
|
|---|
| 31 | tristate
|
|---|
| 32 | default m if CONFIG_DEVEL
|
|---|
| 33 | select FWRT_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 |
|
|---|
| 42 | endmenu
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.