X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=8ca428e3eebca3344bb0b93bdde79853e28366d7;hp=f144ec4f7ad24ee0c7b2cf0b0abe2f5010a58f4c;hb=8ee51f4dabc942597314a761801045eb503c3318;hpb=ce97b3f3fc7616690aa7d405013f9ae62b7f04d4 diff --git a/make.sh b/make.sh index f144ec4f7a..8ca428e3ee 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="45" # Core Level (Filename) -PAKFIRE_CORE="45" # Core Level (PAKFIRE) +CORE="46" # 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