X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=95748468e3b4056a851886cbadf3e40586f4e461;hp=3be21820c5038f4b4cee8989dac4406817109a34;hb=764a3f1ff2384f34c592c311f5435a24eb6a53c8;hpb=2b163f4497855bc56d00a8cc626c669517e8b95d diff --git a/make.sh b/make.sh index 3be21820c5..95748468e3 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.17" # Version number -CORE="96" # Core Level (Filename) -PAKFIRE_CORE="95" # Core Level (PAKFIRE) +CORE="97" # Core Level (Filename) +PAKFIRE_CORE="96" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -287,6 +287,7 @@ buildtoolchain() { lfsmake1 linux TOOLS=1 KCFG="-headers" lfsmake1 glibc lfsmake1 cleanup-toolchain PASS=1 + lfsmake1 gcc PASS=L lfsmake1 binutils PASS=2 lfsmake1 gcc PASS=2 lfsmake1 ccache PASS=2 @@ -330,6 +331,7 @@ buildbase() { lfsmake2 gmp lfsmake2 gmp-compat lfsmake2 mpfr + lfsmake2 libmpc lfsmake2 file lfsmake2 gcc lfsmake2 sed @@ -746,7 +748,7 @@ buildipfire() { ipfiremake streamripper ipfiremake sshfs ipfiremake taglib - ipfiremake mediatomb + #ipfiremake mediatomb ipfiremake sslh ipfiremake perl-gettext ipfiremake perl-Sort-Naturally @@ -844,6 +846,8 @@ buildipfire() { ipfiremake swconfig ipfiremake haproxy ipfiremake ipset + ipfiremake lua + ipfiremake dnsdist } buildinstaller() {