aboutsummaryrefslogtreecommitdiffstats
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
commit134d9f15d78db12ea19ca331fef4d0b5b599b7a4 (patch)
treefeb2ea8f36f6f88a46b4e544a84400278011246b /tools/ipkg-utils
parent300c4f54d127009e56c68b5853460d1e37ad7389 (diff)
downloadupstream-134d9f15d78db12ea19ca331fef4d0b5b599b7a4.tar.gz
upstream-134d9f15d78db12ea19ca331fef4d0b5b599b7a4.tar.bz2
upstream-134d9f15d78db12ea19ca331fef4d0b5b599b7a4.zip
move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8481 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9c0330859b..830d38a7c4 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 \