summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d1d7db..09274d9 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ image/%: config/$$(REPO)-$$(HW).config openwrt/$$(REPO)/.repo_access
toolbin/merge_config --merge --verbose --dst openwrt/$(REPO)/files \
files/common $(shell toolbin/extract_variants files/$(HW))
toolbin/name_firmware openwrt/$(REPO)
+ cd openwrt/$(REPO) && while true; do echo; done | make oldconfig >/dev/null
cd openwrt/$(REPO) && $(MAKE) -j$(NUMPROC)
mkdir -p $(shell dirname $@)
rsync -a openwrt/$(REPO)/bin/$(PLATFORM)/ $@/
contact: Jan Huwald // Impressum