From 90e512a9299d052f220e6e7ffab49580677fe4f6 Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Sun, 4 Mar 2012 21:35:13 +0000 Subject: Makefile: emulate `make silentoldconfig` in OpenWRT 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)/ $@/ -- cgit v0.10.1