diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-07 12:46:04 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-07 12:46:04 +0000 |
commit | 66600c3f59e1a410d09e0f858fc057c5a93dc7b1 (patch) | |
tree | 287a822444849c740d6b9106159ce7ac53e15a92 | |
parent | fe9e93481a467c25bb0c6d8ff17e1c58389bfd5d (diff) | |
download | upstream-66600c3f59e1a410d09e0f858fc057c5a93dc7b1.tar.gz upstream-66600c3f59e1a410d09e0f858fc057c5a93dc7b1.tar.bz2 upstream-66600c3f59e1a410d09e0f858fc057c5a93dc7b1.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38672 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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 |