summaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-11-07 12:46:04 +0000
committerJohn Crispin <john@openwrt.org>2013-11-07 12:46:04 +0000
commitb5a90c84887285fea4dedb930365218466629cc2 (patch)
tree01a0b89d420f8fd91a5a1f8de8a8f344ddca9d1d /package/utils/util-linux
parent0d994f8135c070b3fa29909164e1d101c1dbc5a7 (diff)
downloadmaster-31e0f0ae-b5a90c84887285fea4dedb930365218466629cc2.tar.gz
master-31e0f0ae-b5a90c84887285fea4dedb930365218466629cc2.tar.bz2
master-31e0f0ae-b5a90c84887285fea4dedb930365218466629cc2.zip
util-linux: cleanup description for swap-utils
swapon/swapoff are no longer provided by swap-utils, so remove them from the description as well. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38672
Diffstat (limited to 'package/utils/util-linux')
-rw-r--r--package/utils/util-linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index 83cb9d437b..4503a79469 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -341,7 +341,7 @@ $(call Package/util-linux/Default)
endef
define Package/swap-utils/description
- contains: mkswap, swaplabel, swapon, swapoff
+ contains: mkswap, swaplabel
endef
define Package/uuidd