diff options
author | John Crispin <john@openwrt.org> | 2013-06-23 15:51:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-23 15:51:33 +0000 |
commit | c7498282d23029bcbec13526638363c120a71772 (patch) | |
tree | 54ecd72bbe7198f1bded0828485f54fa6d6fd84c | |
parent | 55fb6f3a05deb4a8b5e600cc10bae9555a9f90be (diff) | |
download | upstream-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
-rw-r--r-- | package/utils/util-linux/Makefile | 2 |
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 |