X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=a05cfbcc2980423c6a979d89e2375f3d34e96594;hp=f144ec4f7ad24ee0c7b2cf0b0abe2f5010a58f4c;hb=ed10297e1bf16da05f429e1c6f1fc21926d96474;hpb=c6445776473a943d82fc3f82a7c1390d5974fca0 diff --git a/make.sh b/make.sh index f144ec4f7a..a05cfbcc29 100755 --- a/make.sh +++ b/make.sh @@ -17,7 +17,7 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007 IPFire-Team . # +# Copyright (C) 2007-2011 IPFire-Team . # # # ############################################################################ # @@ -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="48" # Core Level (Filename) +PAKFIRE_CORE="48" # 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