]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
make.sh: Fix wrong function call to setup build environment
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 90338bc25ccf4b49945d3617440333995f498963..34fd15f9a359231fa569cc001b640418250cf85f 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -36,7 +36,8 @@ BUILD_IMAGES=1                                                        # Flash and Xen Downloader
 KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
 GIT_TAG=$(git tag | tail -1)                                   # Git Tag
 GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
-TOOLCHAINVER=12
+
+TOOLCHAINVER=20170518
 
 # New architecture variables
 HOST_ARCH="$(uname -m)"
@@ -741,7 +742,6 @@ buildipfire() {
   lfsmake2 ffmpeg
   lfsmake2 vdr
   lfsmake2 vdr_streamdev
-  lfsmake2 vdr_vnsiserver5
   lfsmake2 vdr_epgsearch
   lfsmake2 vdr_dvbapi
   lfsmake2 vdr_eepg
@@ -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}"