From: Felix Fietkau Date: Sat, 27 Aug 2005 12:00:30 +0000 (+0000) Subject: small image builder change X-Git-Tag: whiterussian_rc4~225 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=58769489d22c557059aad838f3771e6bd371d526;p=openwrt%2Fsvn-archive%2Fopenwrt.git small image builder change SVN-Revision: 1767 --- diff --git a/openwrt/target/linux/imagebuilder/Makefile b/openwrt/target/linux/imagebuilder/Makefile index f097e89e69..95b0939c4e 100644 --- a/openwrt/target/linux/imagebuilder/Makefile +++ b/openwrt/target/linux/imagebuilder/Makefile @@ -42,7 +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; \ + if [ -d ./files.$(LIST) ]; then \ + cp -fpR ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \ fi $(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install