fix image preconfiguration
[openwrt.git] / package / Makefile
index 38e39da..aa059a7 100644 (file)
@@ -20,6 +20,7 @@ $(curdir)/cleanup: $(TMP_DIR)/.build
        rm -rf $(TARGET_DIR)
 
 $(curdir)/rootfs-prepare: $(TMP_DIR)/.build
+       @-$(MAKE) package/preconfig
        @if [ -d $(TOPDIR)/files ]; then \
                $(CP) $(TOPDIR)/files/. $(TARGET_DIR); \
        fi
This page took 0.022788 seconds and 4 git commands to generate.