small image builder change
[openwrt.git] / openwrt / target / linux / imagebuilder / Makefile
index 8da50bd..bff3acf 100644 (file)
@@ -39,4 +39,7 @@ build:
        for package in `cat lists/$(LIST).$(BOARD)-$(KERNEL)`; do \
                $(IPKG_KERNEL) install `ls packages/$${package}_*`; \
        done
+       if [ -d ./files ]; then \
+               cp -fpR ./files/* $(LINUX_BUILD_DIR)/root; \
+       fi
        $(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
This page took 0.026377 seconds and 4 git commands to generate.