From: blogic Date: Sun, 23 Jun 2013 15:51:33 +0000 (+0000) Subject: util-linux: dont provide swapon/off X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3f48b2702739b367f15876a57c2983cf247024f5;p=openwrt.git util-linux: dont provide swapon/off these are no provided either by busybox or block-mount Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37017 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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