diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-14 12:29:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-14 12:29:36 +0000 |
commit | 69a6fd0190850e7f62dd555baefe54881c748218 (patch) | |
tree | f78838c49809646c316f05faf90779e253c6a8e5 | |
parent | 1f3a36b9c397aa6718978ac145ed30a75c64b1db (diff) | |
download | upstream-69a6fd0190850e7f62dd555baefe54881c748218.tar.gz upstream-69a6fd0190850e7f62dd555baefe54881c748218.tar.bz2 upstream-69a6fd0190850e7f62dd555baefe54881c748218.zip |
imagebuilder: bundle dtc (#12953, #14741)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40767
-rw-r--r-- | target/imagebuilder/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index a9480ef848..5dd95eabbd 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -43,6 +43,8 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean $(PKG_BUILD_DIR)/target/linux/*/patches{,-*} -cp $(KERNEL_BUILD_DIR)/* $(IB_KDIR)/ # don't copy subdirectories here -cp $(LINUX_DIR)/.config $(IB_LDIR)/ + -$(SCRIPT_DIR)/bundle-libraries.sh $(IB_LDIR)/scripts/dtc \ + $(LINUX_DIR)/scripts/dtc/dtc $(SED) 's,^# REVISION:=.*,REVISION:=$(REVISION),g' $(PKG_BUILD_DIR)/include/version.mk find $(PKG_BUILD_DIR) -name CVS -o -name .git -o -name .svn \ | $(XARGS) rm -rf |