From c2e810dea82b8fff6b9cd3d92c2b9f81687aec02 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 19 May 2017 09:58:42 +0100 Subject: [PATCH] make.sh: Fix wrong function call to setup build environment Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 9314ae942..34fd15f9a 100755 --- a/make.sh +++ b/make.sh @@ -992,7 +992,7 @@ ipfirepackages() { while [ $# -gt 0 ]; do case "${1}" in --target=*) - configure_target "${1#--target=}" + configure_build "${1#--target=}" ;; -*) exiterror "Unknown configuration option: ${1}"