X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=948a24d3907f2d68694bb1c28cefcca3156d2150;hp=d032cb248ea8cd2c61a6be7ee278adf3b189ec9f;hb=5190eea24f9822a63dc5d06d214b48f973b14f29;hpb=48e6650fb397eca4e91ac78275b7c4536afa38b9 diff --git a/make.sh b/make.sh index d032cb248e..948a24d390 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.19" # Version number -CORE="112" # Core Level (Filename) -PAKFIRE_CORE="111" # Core Level (PAKFIRE) +CORE="116" # Core Level (Filename) +PAKFIRE_CORE="116" # 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 @@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit -TOOLCHAINVER=20170518 +TOOLCHAINVER=20170705 # New architecture variables HOST_ARCH="$(uname -m)" @@ -65,6 +65,9 @@ mkdir $BASEDIR/log/ 2>/dev/null # Include funtions . tools/make-functions +# Get the amount of memory in this build system +HOST_MEM=$(system_memory) + if [ -f .config ]; then . .config fi @@ -497,6 +500,8 @@ buildipfire() { lfsmake2 libevent2 lfsmake2 libevent2-compat lfsmake2 expat + lfsmake2 apr + lfsmake2 aprutil lfsmake2 unbound lfsmake2 gnutls lfsmake2 bind @@ -546,6 +551,7 @@ buildipfire() { lfsmake2 web-user-interface lfsmake2 flag-icons lfsmake2 jquery + lfsmake2 bootstrap lfsmake2 arping lfsmake2 beep lfsmake2 dvdrtools @@ -624,6 +630,7 @@ buildipfire() { lfsmake2 openssh lfsmake2 fontconfig lfsmake2 dejavu-fonts-ttf + lfsmake2 ubuntu-font-family lfsmake2 freefont lfsmake2 pixman lfsmake2 cairo @@ -704,7 +711,6 @@ buildipfire() { lfsmake2 gnu-netcat lfsmake2 ncat lfsmake2 nmap - lfsmake2 ncftp lfsmake2 etherwake lfsmake2 bwm-ng lfsmake2 sysstat @@ -863,6 +869,8 @@ buildipfire() { lfsmake2 owncloud lfsmake2 bacula lfsmake2 batctl + lfsmake2 perl-Font-TTF + lfsmake2 perl-IO-String lfsmake2 perl-PDF-API2 lfsmake2 squid-accounting lfsmake2 pigz @@ -886,6 +894,8 @@ buildipfire() { lfsmake2 perl-common-sense lfsmake2 perl-inotify2 lfsmake2 perl-Net-IP + lfsmake2 wio + lfsmake2 iftop } buildinstaller() {