projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC to ensure...
[openwrt.git]
/
tools
/
ipkg-utils
/
Makefile
diff --git
a/tools/ipkg-utils/Makefile
b/tools/ipkg-utils/Makefile
index
9c03308
..
830d38a
100644
(file)
--- a/
tools/ipkg-utils/Makefile
+++ b/
tools/ipkg-utils/Makefile
@@
-17,9
+17,6
@@
PKG_CAT:=zcat
include $(INCLUDE_DIR)/host-build.mk
define Build/Install
include $(INCLUDE_DIR)/host-build.mk
define Build/Install
- mkdir -p $(STAGING_DIR)/etc
- echo "dest root /" > $(STAGING_DIR)/etc/ipkg.conf
- echo "option offline_root $(TARGET_DIR)" >> $(STAGING_DIR)/etc/ipkg.conf
$(INSTALL_BIN) \
$(PKG_BUILD_DIR)/ipkg-build \
$(PKG_BUILD_DIR)/ipkg-buildpackage \
$(INSTALL_BIN) \
$(PKG_BUILD_DIR)/ipkg-build \
$(PKG_BUILD_DIR)/ipkg-buildpackage \
This page took
0.020261 seconds
and
4
git commands to generate.