X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=1165c092a46ad82bfa8393090d3fa6e6a236ea98;hb=82c809c7529a9cd7c9cdd6c96d5671d4e261a546;hp=576e9970fbfe63e2919e35bf61def997bbe064e4;hpb=082b492eccbded95ad3ae1021bbe96c3c5671805;p=people%2Fummeegge%2Fipfire-2.x.git diff --git a/make.sh b/make.sh index 576e9970fb..1165c092a4 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.11" # Version number -CORE="62" # Core Level (Filename) -PAKFIRE_CORE="62" # Core Level (PAKFIRE) +CORE="65" # Core Level (Filename) +PAKFIRE_CORE="64" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -772,6 +772,9 @@ buildipfire() { ipfiremake minidlna ipfiremake fping ipfiremake telnet + ipfiremake stress + ipfiremake libstatgrab + ipfiremake sarg echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild