summaryrefslogtreecommitdiffstats
path: root/target/linux/imagebuilder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/imagebuilder/Makefile')
-rw-r--r--target/linux/imagebuilder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/imagebuilder/Makefile b/target/linux/imagebuilder/Makefile
index f097e89e6..95b0939c4 100644
--- a/target/linux/imagebuilder/Makefile
+++ b/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