Skip to content
Snippets Groups Projects
Commit 69a6fd01 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

imagebuilder: bundle dtc (#12953, #14741)


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 40767
parent 1f3a36b9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment