X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=566cca76767d734688bc57a20db60094d7346dc0;hp=13d79e08845fe452cf106f7ef9d2e3edd0127edb;hb=52e457d501bb5019abf7767178074aaef69e2077;hpb=5d547072c3e454549eb0ac0c36827ebcba8eba4a diff --git a/make.sh b/make.sh index 13d79e0884..566cca7676 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="47" # Core Level (Filename) +PAKFIRE_CORE="47" # 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