X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5b1e27168466fd4c63711b2021b2f39320e6894d..ca30392f87a5040ca890573214eb7fccddcaee6d:/package/Makefile diff --git a/package/Makefile b/package/Makefile index 38e39da29..aa059a7d2 100644 --- a/package/Makefile +++ b/package/Makefile @@ -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