X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=71df2c9b23e68fe4086f1692ebfe365cf1028e66;hb=fb5593fddef0e3929022fbbd6190c182fd9fa2fe;hp=6be04a3faf1a2c7ef09ee46bb425ba440ef4f2a3;hpb=9ba3456954295de4897d644a72805d7a1a848fb3;p=ipfire-2.x.git diff --git a/make.sh b/make.sh index 6be04a3faf..71df2c9b23 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 @@ -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 @@ -772,6 +772,12 @@ buildipfire() { 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 @@ -950,6 +956,7 @@ build) cd $BASEDIR tools/checknewlog.pl + tools/checkwronginitlinks cd $PWD beautify build_end