X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=d3567a3771af26e1b5a361ffa4a3e1fd41eff885;hp=359542143cc225d55702159a50637e027f47cd96;hb=2e6c5015ec964a551ceb214052744effe1facb61;hpb=8999627f8abfc83172728c2e3d0f3cfbe1f1f1c4 diff --git a/make.sh b/make.sh index 359542143..d3567a377 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.13" # Version number -CORE="68" # Core Level (Filename) -PAKFIRE_CORE="67" # Core Level (PAKFIRE) +CORE="69" # Core Level (Filename) +PAKFIRE_CORE="68" # 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,6 +404,7 @@ buildipfire() { ipfiremake r8101 KCFG="-pae" ipfiremake e1000e KCFG="-pae" ipfiremake igb KCFG="-pae" + ipfiremake ax88179 KCFG="-pae" # x86 kernel build ipfiremake linux KCFG="" @@ -417,6 +418,7 @@ buildipfire() { ipfiremake r8101 KCFG="" ipfiremake e1000e KCFG="" ipfiremake igb KCFG="" + ipfiremake ax88179 KCFG="" else # arm-rpi (Raspberry Pi) kernel build @@ -444,6 +446,7 @@ buildipfire() { ipfiremake r8101 KCFG="-kirkwood" ipfiremake e1000e KCFG="-kirkwood" ipfiremake igb KCFG="-kirkwood" + ipfiremake ax88179 KCFG="-kirkwood" fi ipfiremake pkg-config @@ -664,6 +667,9 @@ buildipfire() { ipfiremake faad2 ipfiremake ffmpeg ipfiremake vdr + ipfiremake vdr_streamdev + ipfiremake vdr_vnsiserver3 + ipfiremake vdr_epgsearch ipfiremake w_scan ipfiremake icecast ipfiremake icegenerator @@ -697,6 +703,7 @@ buildipfire() { ipfiremake mediatomb ipfiremake sslh ipfiremake perl-gettext + ipfiremake perl-Sort-Naturally ipfiremake vdradmin ipfiremake miau ipfiremake netsnmpd @@ -760,6 +767,10 @@ buildipfire() { ipfiremake avahi ipfiremake nginx ipfiremake sendEmail + ipfiremake sysbench + ipfiremake strace + ipfiremake ipfire-netboot + ipfiremake lcdproc echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild