]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Add language files to core33 update.
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 89ef361e61eede7bbcd057e3c6b1bceecb065de5..02b62d38704abdf32bfdd9ce5aac367da423ef67 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -26,7 +26,7 @@ NAME="IPFire"                                                 # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.5"                                                  # Version number
 CORE="33"                                                      # Core Level (Filename)
-PAKFIRE_CORE="32"                                              # Core Level (PAKFIRE)
+PAKFIRE_CORE="33"                                              # 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
@@ -632,6 +632,7 @@ buildipfire() {
   ipfiremake motion
   ipfiremake joe
   ipfiremake nut
+  ipfiremake watchdog
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild