From: Felix Fietkau Date: Sat, 27 Aug 2005 11:58:59 +0000 (+0000) Subject: small image builder change X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c2d40028f7d3725fc7cc7541905907e543cc1358;p=openwrt%2Fstaging%2Fflorian.git small image builder change SVN-Revision: 1765 --- diff --git a/openwrt/target/linux/imagebuilder/Makefile b/openwrt/target/linux/imagebuilder/Makefile index bff3acf8f0..f097e89e69 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