aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-06-23 15:51:33 +0000
committerJohn Crispin <john@openwrt.org>2013-06-23 15:51:33 +0000
commitc7498282d23029bcbec13526638363c120a71772 (patch)
tree54ecd72bbe7198f1bded0828485f54fa6d6fd84c /package/utils/util-linux
parent55fb6f3a05deb4a8b5e600cc10bae9555a9f90be (diff)
downloadupstream-c7498282d23029bcbec13526638363c120a71772.tar.gz
upstream-c7498282d23029bcbec13526638363c120a71772.tar.bz2
upstream-c7498282d23029bcbec13526638363c120a71772.zip
util-linux: dont provide swapon/off
these are no provided either by busybox or block-mount Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37017
Diffstat (limited to 'package/utils/util-linux')
-rw-r--r--package/utils/util-linux/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index ed2c10f172..83cb9d437b 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -532,8 +532,6 @@ define Package/swap-utils/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/disk-utils/.libs/mkswap $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/disk-utils/.libs/swaplabel $(1)/usr/sbin/
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/sys-utils/.libs/swapon $(1)/usr/sbin/
- ln -sf swapon $(1)/usr/sbin/swapoff
endef
define Package/uuidd/install