summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 38e39da..aa059a7 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