X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=9d93f071e3c0a8bce7170bba7304c92bd9d2a90d;hp=af76c59e3913dc480fae4944da1a1126b8327563;hb=f3d1635fdddcdf6ac4f199dc041fa06ea7427d49;hpb=a6ba20538291d9860815316dcbcf1387dec3004d diff --git a/make.sh b/make.sh index af76c59e3..9d93f071e 100755 --- a/make.sh +++ b/make.sh @@ -25,7 +25,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.13" # Version number -CORE="69" # Core Level (Filename) +CORE="70" # Core Level (Filename) PAKFIRE_CORE="69" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan @@ -442,7 +442,7 @@ buildipfire() { ipfiremake r8169 KCFG="-kirkwood" ipfiremake r8168 KCFG="-kirkwood" ipfiremake r8101 KCFG="-kirkwood" - ipfiremake e1000e KCFG="-kirkwood" +# ipfiremake e1000e KCFG="-kirkwood" ipfiremake igb KCFG="-kirkwood" fi @@ -768,6 +768,10 @@ buildipfire() { ipfiremake strace ipfiremake ipfire-netboot ipfiremake lcdproc + ipfiremake bitstream + ipfiremake multicat + ipfiremake keepalived + ipfiremake ipvsadm echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild @@ -946,6 +950,7 @@ build) cd $BASEDIR tools/checknewlog.pl + tools/checkwronginitlinks cd $PWD beautify build_end