small image builder change
[openwrt.git] / openwrt / target / linux / imagebuilder / Makefile
index f097e89..95b0939 100644 (file)
@@ -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
This page took 0.018995 seconds and 4 git commands to generate.