X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=6229cd122886a474f49c2519796b6657ecdbb6dc;hp=fa50f8ac2984daacc2bc4dfcb5028cb4b7ed903b;hb=9237fb851a65b6d0c946e7d6d46167fd0bc3009c;hpb=90e0ed0d5e9312dfc7892bf3d466e443cf596e59 diff --git a/make.sh b/make.sh index fa50f8ac29..6229cd1228 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.5" # Version number -CORE="36" # Core Level (Filename) -PAKFIRE_CORE="35" # Core Level (PAKFIRE) +CORE="37" # Core Level (Filename) +PAKFIRE_CORE="36" # 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 @@ -345,6 +345,7 @@ buildipfire() { ipfiremake atl2 XEN=1 ipfiremake hso XEN=1 ipfiremake e1000e XEN=1 + ipfiremake et131x XEN=1 ipfiremake r8101 XEN=1 ipfiremake r8169 XEN=1 ipfiremake r8168 XEN=1 @@ -362,6 +363,7 @@ buildipfire() { ipfiremake atl2 ipfiremake hso ipfiremake e1000e + ipfiremake et131x ipfiremake r8101 ipfiremake r8169 ipfiremake r8168 @@ -643,6 +645,7 @@ buildipfire() { ipfiremake lcr ipfiremake usb_modeswitch ipfiremake zerofree + ipfiremake mdadm echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild