X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=662f2c0dedec3b4ae54f83fdfd9f29e7cd985978;hp=939a04e9c6f3f59d4eaadc7a1390af37358b5a1b;hb=d1347595abe451baa2ad4b1a81c15e160135ecf0;hpb=a606377ea89d5aa4d8e01022778dae5ad929d800 diff --git a/make.sh b/make.sh index 939a04e9c6..662f2c0ded 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.13" # Version number CORE="70" # Core Level (Filename) -PAKFIRE_CORE="69" # Core Level (PAKFIRE) +PAKFIRE_CORE="70" # 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 @@ -333,6 +333,7 @@ buildbase() { lfsmake2 gettext lfsmake2 grep lfsmake2 groff + lfsmake2 gperf lfsmake2 gzip lfsmake2 inetutils lfsmake2 iproute2 @@ -442,7 +443,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 +769,16 @@ buildipfire() { ipfiremake strace ipfiremake ipfire-netboot ipfiremake lcdproc + ipfiremake bitstream + ipfiremake multicat + ipfiremake keepalived + ipfiremake ipvsadm + ipfiremake perl-Carp-Clan + ipfiremake perl-Date-Calc + ipfiremake perl-Date-Manip + ipfiremake perl-File-Tail + ipfiremake perl-TimeDate + ipfiremake swatch 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 +957,7 @@ build) cd $BASEDIR tools/checknewlog.pl + tools/checkwronginitlinks cd $PWD beautify build_end