util-linux: dont provide swapon/off
authorJohn Crispin <john@openwrt.org>
Sun, 23 Jun 2013 15:51:33 +0000 (15:51 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 23 Jun 2013 15:51:33 +0000 (15:51 +0000)
these are no provided either by busybox or block-mount

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37017

package/utils/util-linux/Makefile

index ed2c10f172234b235f25b97bed4bebf52c187209..83cb9d437b294c72a8eb789d2a0be00632b872c7 100644 (file)
@@ -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