From: nbd Date: Sat, 27 Aug 2005 11:58:59 +0000 (+0000) Subject: small image builder change X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/72ee8bf58afa4f371d49c5220834215e7603e8f7 small image builder change git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1765 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/imagebuilder/Makefile b/openwrt/target/linux/imagebuilder/Makefile index bff3acf8f..f097e89e6 100644 --- a/openwrt/target/linux/imagebuilder/Makefile +++ b/openwrt/target/linux/imagebuilder/Makefile @@ -42,4 +42,7 @@ build: if [ -d ./files ]; then \ cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \ fi + if [ -d ./files.$(BOARD) ]; then \ + cp -fpR ./files.$(BOARD)/* $(LINUX_BUILD_DIR)/root; \ + fi $(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install