projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55fb6f3
)
util-linux: dont provide swapon/off
author
John Crispin
<john@openwrt.org>
Sun, 23 Jun 2013 15:51:33 +0000
(15:51 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/utils/util-linux/Makefile
b/package/utils/util-linux/Makefile
index ed2c10f172234b235f25b97bed4bebf52c187209..83cb9d437b294c72a8eb789d2a0be00632b872c7 100644
(file)
--- 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