summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62cee75..6b19605 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,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) && while true; do echo; done | $(MAKE) oldconfig >/dev/null
cd openwrt/$(REPO) && $(MAKE)
mkdir -p $(shell dirname $@)
rsync -a openwrt/$(REPO)/bin/$(PLATFORM)/ $@/
contact: Jan Huwald // Impressum