X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=bf00b5f34ab5991cdef304fd8ada4561d22f3f4f;hb=e3c1704453af2ec96e9c99f5f3ed8a2e0979d072;hp=e2dc1700d021b0ae409d583b3dd6cf1106a0497e;hpb=b312967ce3f9d66dbc6b8521d70725eafd1b68e3;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/make.sh b/make.sh index e2dc1700d..bf00b5f34 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="72" # Core Level (Filename) -PAKFIRE_CORE="71" # Core Level (PAKFIRE) +CORE="73" # Core Level (Filename) +PAKFIRE_CORE="72" # 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 @@ -751,6 +752,7 @@ buildipfire() { ipfiremake acpid ipfiremake fping ipfiremake telnet + ipfiremake xinetd ipfiremake libgpg-error ipfiremake libassuan ipfiremake gpgme @@ -780,6 +782,9 @@ buildipfire() { ipfiremake perl-TimeDate ipfiremake swatch ipfiremake tor + ipfiremake arm + ipfiremake wavemon + ipfiremake iptraf-ng echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild