X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5b1e27168466fd4c63711b2021b2f39320e6894d..a4ae1d5559fc7b37dd4a865ca6a0043ab5e7d531:/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