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 | 339c2a4dc4d31c3b9c88cfeefa46f4eb72519c55 (patch) | |
tree | 8eb0ce67c09e29d17d90c79a613d73bcbc36e479 /target/imagebuilder/Makefile | |
parent | 36ab483f47f8cb9cde0036e35fd97fe471c7ab6c (diff) | |
download | master-187ad058-339c2a4dc4d31c3b9c88cfeefa46f4eb72519c55.tar.gz master-187ad058-339c2a4dc4d31c3b9c88cfeefa46f4eb72519c55.tar.bz2 master-187ad058-339c2a4dc4d31c3b9c88cfeefa46f4eb72519c55.zip |
[imagebuilder]
- sync with host opkg changes
- get rid of autogenerated opkg.conf
- utilize dl/ as package cache, useful for remote downloads
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23039 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ |