diff options
author | John Crispin <blogic@openwrt.org> | 2013-06-23 15:51:33 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-06-23 15:51:33 +0000 |
commit | f2d277e9c03dfbffefa657a1d7047741494e1407 (patch) | |
tree | 5a1fa3f0c4213f0ec39c93167a353a24c3e9c853 /package/utils | |
parent | 5f6caa26e516e578be547df489d2ae8900da58a5 (diff) | |
download | upstream-f2d277e9c03dfbffefa657a1d7047741494e1407.tar.gz upstream-f2d277e9c03dfbffefa657a1d7047741494e1407.tar.bz2 upstream-f2d277e9c03dfbffefa657a1d7047741494e1407.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37017 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils')
-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 |