summaryrefslogtreecommitdiff
path: root/tools/ipkg-utils
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-25 11:55:01 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-25 11:55:01 +0000
commitd21941ca4d7b8ec88ee55271f2ef00dd5cbac9ca (patch)
treedc9086e57f650f736a771ef042351890ca6cb0a3 /tools/ipkg-utils
parent34c758830a5900c1e2eed821499ee90989c21c11 (diff)
downloadmtk-20170518-d21941ca4d7b8ec88ee55271f2ef00dd5cbac9ca.zip
mtk-20170518-d21941ca4d7b8ec88ee55271f2ef00dd5cbac9ca.tar.gz
mtk-20170518-d21941ca4d7b8ec88ee55271f2ef00dd5cbac9ca.tar.bz2
move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk
SVN-Revision: 8481
Diffstat (limited to 'tools/ipkg-utils')
-rw-r--r--tools/ipkg-utils/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/ipkg-utils/Makefile b/tools/ipkg-utils/Makefile
index 9c03308..830d38a 100644
--- 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
- 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 \