]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Close core37.
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 9e7293a6a0d75553c2641c8786cc5b45c1f8f3a7..40a9e4b02ef90eee6c9c4197fed6e9a8941e9743 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="37"                                                      # Core Level (Filename)
-PAKFIRE_CORE="36"                                              # Core Level (PAKFIRE)
+PAKFIRE_CORE="37"                                              # 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
@@ -345,6 +345,7 @@ buildipfire() {
   ipfiremake atl2                      XEN=1
   ipfiremake hso                       XEN=1
   ipfiremake e1000e                    XEN=1
+  ipfiremake et131x                    XEN=1
   ipfiremake r8101                     XEN=1
   ipfiremake r8169                     XEN=1
   ipfiremake r8168                     XEN=1
@@ -362,6 +363,7 @@ buildipfire() {
   ipfiremake atl2
   ipfiremake hso
   ipfiremake e1000e
+  ipfiremake et131x
   ipfiremake r8101
   ipfiremake r8169
   ipfiremake r8168
@@ -572,6 +574,7 @@ buildipfire() {
   ipfiremake fbset
   ipfiremake sdl
   ipfiremake qemu
+  ipfiremake qemu-kqemu
   ipfiremake sane
   ipfiremake netpbm
   ipfiremake phpSANE
@@ -582,6 +585,7 @@ buildipfire() {
   ipfiremake freefont
   ipfiremake directfb
   ipfiremake dfb++
+  ipfiremake faad2
   ipfiremake ffmpeg
   ipfiremake videolan
   ipfiremake vdr
@@ -643,6 +647,8 @@ buildipfire() {
   ipfiremake lcr
   ipfiremake usb_modeswitch
   ipfiremake zerofree
+  ipfiremake mdadm
+  ipfiremake eject
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild