diff options
author | John Crispin <john@openwrt.org> | 2013-11-07 12:46:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-07 12:46:04 +0000 |
commit | b5a90c84887285fea4dedb930365218466629cc2 (patch) | |
tree | 01a0b89d420f8fd91a5a1f8de8a8f344ddca9d1d /package/utils/util-linux | |
parent | 0d994f8135c070b3fa29909164e1d101c1dbc5a7 (diff) | |
download | mtk-20170518-b5a90c84887285fea4dedb930365218466629cc2.zip mtk-20170518-b5a90c84887285fea4dedb930365218466629cc2.tar.gz mtk-20170518-b5a90c84887285fea4dedb930365218466629cc2.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 83cb9d4..4503a79 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 |