From c2d40028f7d3725fc7cc7541905907e543cc1358 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 27 Aug 2005 11:58:59 +0000 Subject: [PATCH] small image builder change SVN-Revision: 1765 --- openwrt/target/linux/imagebuilder/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.25.1