X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=389c825b79c9d09e19dd551650307b47a448162c;hp=fe473aeec4e7a9d0a5e14da159c582f6ed4b9868;hb=38b6ec334229a4702b7adb08b025df5db172dde0;hpb=eff5c1d30c0a451991478f6732d66fa598c1a170 diff --git a/make.sh b/make.sh index fe473aeec4..389c825b79 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.9" # Version number -CORE="44" # Core Level (Filename) -PAKFIRE_CORE="44" # Core Level (PAKFIRE) +CORE="46" # Core Level (Filename) +PAKFIRE_CORE="45" # 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 @@ -685,6 +685,10 @@ buildipfire() { ipfiremake miniupnpd ipfiremake client175 ipfiremake powertop + ipfiremake parted + ipfiremake swig + ipfiremake python-m2crypto + ipfiremake crda echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild