summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatze Miau <miaukatzemiau@priveasy.de>2012-03-04 21:35:13 (GMT)
committerKatze Miau <miaukatzemiau@priveasy.de>2012-03-04 21:35:13 (GMT)
commit90e512a9299d052f220e6e7ffab49580677fe4f6 (patch)
treec1378b84f5247053105e4effe21413977dc3c555
parent09de5e970c07de16281fbbc09238a8be34f2c4b1 (diff)
Makefile: emulate `make silentoldconfig` in OpenWRT
-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