diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-08 14:28:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-08 14:28:28 +0000 |
commit | 4ff5effcd6666421d70bd1ca2cbe7ab4a1ee7011 (patch) | |
tree | 7b7f028292e3ab4d9bc23ed472319678da7991f8 /package/util-linux/Config.in | |
parent | 44d95a63db4f970061345cd238c34a618d15e3e7 (diff) | |
download | upstream-4ff5effcd6666421d70bd1ca2cbe7ab4a1ee7011.tar.gz upstream-4ff5effcd6666421d70bd1ca2cbe7ab4a1ee7011.tar.bz2 upstream-4ff5effcd6666421d70bd1ca2cbe7ab4a1ee7011.zip |
add a swap-utils subpackage,
fix ipkg/control fields,
add cvs Id tag.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2075 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux/Config.in')
-rw-r--r-- | package/util-linux/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index b10b272b7e..ed62b7c01f 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -13,3 +13,17 @@ config BR2_PACKAGE_FDISK http://www.kernel.org/pub/linux/utils/util-linux/ +config BR2_PACKAGE_SWAP_UTILS + tristate "swap-utils - Swap space management utilities" + default m if CONFIG_DEVEL + select BR2_COMPILE_UTIL_LINUX + help + A collection of tools to manage swap space : + + * mkswap + * swapon + * swapoff + + http://www.kernel.org/pub/linux/utils/util-linux/ + + |