diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-12 22:04:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-12 22:04:09 +0000 |
commit | ea5904ff9370a7b735ced24a7c92856c25a5632c (patch) | |
tree | 09bd0dc5e19a6589c837f44050c77b9fdaf11bd2 /target/imagebuilder/Makefile | |
parent | d3e206ad96e1ed4491d6408bff4c4aaaad466342 (diff) | |
download | upstream-ea5904ff9370a7b735ced24a7c92856c25a5632c.tar.gz upstream-ea5904ff9370a7b735ced24a7c92856c25a5632c.tar.bz2 upstream-ea5904ff9370a7b735ced24a7c92856c25a5632c.zip |
- sync with host opkg changes - get rid of autogenerated opkg.conf - utilize dl/ as package cache, useful for remote downloads
SVN-Revision: 23039
Diffstat (limited to 'target/imagebuilder/Makefile')
-rw-r--r-- | target/imagebuilder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 9e9afb2b27..1e3519fba1 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -33,7 +33,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean $(TMP_DIR)/.targetinfo \ $(TMP_DIR)/.packageinfo \ $(PKG_BUILD_DIR)/ - $(CP) ./files/opkg-generate-config.sh $(PKG_BUILD_DIR)/scripts/ + $(SED) 's/$$A/$(BOARD)/' $(PKG_BUILD_DIR)/repositories.conf $(CP) $(PACKAGE_DIR) $(PKG_BUILD_DIR)/packages $(CP) $(STAGING_DIR_HOST)/bin $(PKG_BUILD_DIR)/staging_dir/host/ $(CP) $(TOPDIR)/target/linux $(PKG_BUILD_DIR)/target/ |