diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-25 11:55:01 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-25 11:55:01 +0000 |
commit | d21941ca4d7b8ec88ee55271f2ef00dd5cbac9ca (patch) | |
tree | dc9086e57f650f736a771ef042351890ca6cb0a3 /tools | |
parent | 34c758830a5900c1e2eed821499ee90989c21c11 (diff) | |
download | upstream-d21941ca4d7b8ec88ee55271f2ef00dd5cbac9ca.tar.gz upstream-d21941ca4d7b8ec88ee55271f2ef00dd5cbac9ca.tar.bz2 upstream-d21941ca4d7b8ec88ee55271f2ef00dd5cbac9ca.zip |
move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mk
SVN-Revision: 8481
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ipkg-utils/Makefile | 3 |
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 \ |