diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2012-03-04 21:35:13 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2012-03-04 21:35:13 (GMT) |
commit | 90e512a9299d052f220e6e7ffab49580677fe4f6 (patch) | |
tree | c1378b84f5247053105e4effe21413977dc3c555 | |
parent | 09de5e970c07de16281fbbc09238a8be34f2c4b1 (diff) |
Makefile: emulate `make silentoldconfig` in OpenWRT
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)/ $@/ |