X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=10bbb8e557bee39184a75598d4ba0a40311f3f06;hb=383390866cea0b50a21b53c51c21e0676ebf63b4;hp=d09d24cba328d9008d3c50755e49cdf558b3ea7c;hpb=e8676927f429f94197d8a4d8daff247de799b0b4;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/make.sh b/make.sh index d09d24cba..10bbb8e55 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="69" # Core Level (Filename) -PAKFIRE_CORE="68" # Core Level (PAKFIRE) +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 CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -462,6 +462,7 @@ buildipfire() { ipfiremake libnet ipfiremake libnl ipfiremake libidn + ipfiremake nasm ipfiremake libjpeg ipfiremake libexif ipfiremake libpng @@ -523,7 +524,6 @@ buildipfire() { ipfiremake logwatch ipfiremake misc-progs ipfiremake nano - ipfiremake nasm ipfiremake URI ipfiremake HTML-Tagset ipfiremake HTML-Parser @@ -768,6 +768,9 @@ buildipfire() { ipfiremake strace ipfiremake ipfire-netboot ipfiremake lcdproc + ipfiremake bitstream + ipfiremake multicat + ipfiremake keepalived echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild