X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=2a8abc8a6b9dec866aa72f0ed00d029ebd1ea37e;hp=b9a5078afac29627e54b9eaa80ceacfd0f3c4671;hb=6f928c4d380d096a1abd0831c2c1de1a920b3ad1;hpb=109a1ec7d488dbb36c236f9d9cd0629764c52e17 diff --git a/make.sh b/make.sh index b9a5078afa..2a8abc8a6b 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="46" # Core Level (Filename) -PAKFIRE_CORE="45" # Core Level (PAKFIRE) +CORE="47" # Core Level (Filename) +PAKFIRE_CORE="46" # 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 @@ -686,6 +686,9 @@ buildipfire() { 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