diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-11-29 11:13:32 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-11-29 11:13:32 +0000 |
| commit | 8c8c0cea003e60091eeca234382cc957821d4b22 (patch) | |
| tree | 3c3c41acab55cb84ba27163c2a1c31e48f955fe6 /openwrt/package/util-linux/Config.in | |
| parent | fc48c83bb3ad86516921182555a335c363852dae (diff) | |
| download | mtk-20170518-8c8c0cea003e60091eeca234382cc957821d4b22.zip mtk-20170518-8c8c0cea003e60091eeca234382cc957821d4b22.tar.gz mtk-20170518-8c8c0cea003e60091eeca234382cc957821d4b22.tar.bz2 | |
add a losetup package, cosmetic fixes on package descriptions
SVN-Revision: 2567
Diffstat (limited to 'openwrt/package/util-linux/Config.in')
| -rw-r--r-- | openwrt/package/util-linux/Config.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/openwrt/package/util-linux/Config.in b/openwrt/package/util-linux/Config.in index 9f1c3a7..8faceb6 100644 --- a/openwrt/package/util-linux/Config.in +++ b/openwrt/package/util-linux/Config.in @@ -6,7 +6,7 @@ config BR2_COMPILE_UTIL_LINUX depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS config BR2_PACKAGE_FDISK - prompt "fdisk............................. A partition table manipulation utility" + prompt "fdisk............................. Partition table manipulation utility" tristate default m if CONFIG_DEVEL select BR2_COMPILE_UTIL_LINUX @@ -15,6 +15,17 @@ config BR2_PACKAGE_FDISK http://www.kernel.org/pub/linux/utils/util-linux/ +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/ + config BR2_PACKAGE_SWAP_UTILS prompt "swap-utils........................ Swap space management utilities" tristate |
