]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
apache: Allow accessing sarg reports for admins.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index ea908d9480e5e58e499d018ef42ec346288d02e8..1165c092a46ad82bfa8393090d3fa6e6a236ea98 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,7 +25,7 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.11"                                                 # Version number
-CORE="64"                                                      # Core Level (Filename)
+CORE="65"                                                      # Core Level (Filename)
 PAKFIRE_CORE="64"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
@@ -772,6 +772,9 @@ buildipfire() {
   ipfiremake minidlna
   ipfiremake fping
   ipfiremake telnet
+  ipfiremake stress
+  ipfiremake libstatgrab
+  ipfiremake sarg
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild