mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
set toolchain to 8 and version to 2.17.
This commit is contained in:
8
make.sh
8
make.sh
@@ -24,9 +24,9 @@
|
|||||||
|
|
||||||
NAME="IPFire" # Software name
|
NAME="IPFire" # Software name
|
||||||
SNAME="ipfire" # Short name
|
SNAME="ipfire" # Short name
|
||||||
VERSION="2.15" # Version number
|
VERSION="2.17" # Version number
|
||||||
CORE="85" # Core Level (Filename)
|
CORE="86" # Core Level (Filename)
|
||||||
PAKFIRE_CORE="84" # Core Level (PAKFIRE)
|
PAKFIRE_CORE="85" # Core Level (PAKFIRE)
|
||||||
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch
|
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch
|
||||||
SLOGAN="www.ipfire.org" # Software slogan
|
SLOGAN="www.ipfire.org" # Software slogan
|
||||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||||
@@ -36,7 +36,7 @@ BUILD_IMAGES=1 # Flash and Xen Downloader
|
|||||||
KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
|
KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
|
||||||
GIT_TAG=$(git tag | tail -1) # Git Tag
|
GIT_TAG=$(git tag | tail -1) # Git Tag
|
||||||
GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
|
GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
|
||||||
TOOLCHAINVER=7
|
TOOLCHAINVER=8
|
||||||
|
|
||||||
# New architecture variables
|
# New architecture variables
|
||||||
BUILD_ARCH="$(uname -m)"
|
BUILD_ARCH="$(uname -m)"
|
||||||
|
|||||||
Reference in New Issue
Block a user