X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=757acec52f7b4563b66752b6d4dd7ea1d4df7e8b;hp=3126afa28f70bdf2d9e8dea139f6a4126108147c;hb=85981472c3ef260141178afe9a006935ecb913e2;hpb=c3ab47cd913eb07f1d8f55abf0d93969f02eca37 diff --git a/make.sh b/make.sh index 3126afa28f..757acec52f 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="69" # Core Level (Filename) -PAKFIRE_CORE="68" # Core Level (PAKFIRE) +PAKFIRE_CORE="69" # 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 @@ -404,7 +404,6 @@ buildipfire() { ipfiremake r8101 KCFG="-pae" ipfiremake e1000e KCFG="-pae" ipfiremake igb KCFG="-pae" - ipfiremake ax88179 KCFG="-pae" # x86 kernel build ipfiremake linux KCFG="" @@ -418,7 +417,6 @@ buildipfire() { ipfiremake r8101 KCFG="" ipfiremake e1000e KCFG="" ipfiremake igb KCFG="" - ipfiremake ax88179 KCFG="" else # arm-rpi (Raspberry Pi) kernel build @@ -446,7 +444,6 @@ buildipfire() { ipfiremake r8101 KCFG="-kirkwood" ipfiremake e1000e KCFG="-kirkwood" ipfiremake igb KCFG="-kirkwood" - ipfiremake ax88179 KCFG="-kirkwood" fi ipfiremake pkg-config @@ -770,6 +767,13 @@ buildipfire() { ipfiremake sysbench ipfiremake strace ipfiremake ipfire-netboot + ipfiremake lcdproc + 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