change co-maintainer e-mail
[openwrt.git] / openwrt / target / linux / imagebuilder / Makefile
index bff3acf..95b0939 100644 (file)
@@ -42,4 +42,7 @@ build:
        if [ -d ./files ]; then \
                cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
        fi
+       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.024585 seconds and 4 git commands to generate.