summaryrefslogtreecommitdiff
path: root/openwrt/package/util-linux/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-08 14:28:28 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-08 14:28:28 +0000
commit12ff5c5c5b87ea50c8bd6d3f444fc30930b0d202 (patch)
treecc1b86a3b9355382bcc8b9bf8104a4c2e7f0b543 /openwrt/package/util-linux/Config.in
parenta4b5dcc8f23e78e68c9a3b4ef8e75c0e412a2fd9 (diff)
add a swap-utils subpackage,
fix ipkg/control fields, add cvs Id tag. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2075 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/util-linux/Config.in')
-rw-r--r--openwrt/package/util-linux/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/package/util-linux/Config.in b/openwrt/package/util-linux/Config.in
index b10b272b7e..ed62b7c01f 100644
--- a/openwrt/package/util-linux/Config.in
+++ b/openwrt/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/
+
+