]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Added mdadm lfs file
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 047708560eeb280311b4a9165427f4dd8ee4571d..99ab98671fa1a7d09bed2b6637ba97b0b3e8d662 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.5"                                                  # Version number
-CORE="35"                                                      # Core Level (Filename)
-PAKFIRE_CORE="34"                                              # Core Level (PAKFIRE)
+CORE="37"                                                      # Core Level (Filename)
+PAKFIRE_CORE="36"                                              # 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
@@ -642,6 +642,8 @@ buildipfire() {
   ipfiremake asterisk
   ipfiremake lcr
   ipfiremake usb_modeswitch
+  ipfiremake zerofree
+  ipfiremake mdadm
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild