populate repositories.conf from version.mk

SVN-Revision: 31268
owl
Jo-Philipp Wich 2012-04-12 23:08:13 +00:00
parent d8540259ca
commit 3cb72f38fd
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/host.mk include $(INCLUDE_DIR)/host.mk
include $(INCLUDE_DIR)/version.mk
override MAKEFLAGS= override MAKEFLAGS=
@ -34,7 +35,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean
$(TMP_DIR)/.targetinfo \ $(TMP_DIR)/.targetinfo \
$(TMP_DIR)/.packageinfo \ $(TMP_DIR)/.packageinfo \
$(PKG_BUILD_DIR)/ $(PKG_BUILD_DIR)/
$(SED) 's/$$A/$(BOARD)/' $(PKG_BUILD_DIR)/repositories.conf $(VERSION_SED) $(PKG_BUILD_DIR)/repositories.conf
$(CP) $(PACKAGE_DIR) $(PKG_BUILD_DIR)/packages $(CP) $(PACKAGE_DIR) $(PKG_BUILD_DIR)/packages
$(CP) $(STAGING_DIR_HOST)/bin $(PKG_BUILD_DIR)/staging_dir/host/ $(CP) $(STAGING_DIR_HOST)/bin $(PKG_BUILD_DIR)/staging_dir/host/
$(CP) $(TOPDIR)/target/linux $(PKG_BUILD_DIR)/target/ $(CP) $(TOPDIR)/target/linux $(PKG_BUILD_DIR)/target/

View File

@ -1,6 +1,6 @@
## Place your custom repositories here, they must match the architecture and version. ## Place your custom repositories here, they must match the architecture and version.
# src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/$A/packages # src/gz %n %U
# src custom file:///usr/src/openwrt/bin/$A/packages # src custom file:///usr/src/openwrt/bin/%T/packages
## This is the local package repository, do not remove! ## This is the local package repository, do not remove!
src imagebuilder file:packages src imagebuilder file:packages