]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Added enhancements for outgoing fw to core34.
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index af178484cd38cd3832dd6d63b19fc29011af0572..f3c3307b0e4dc3ca7767ebeb7365b96ba5c3bdd4 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="33"                                                      # Core Level (Filename)
-PAKFIRE_CORE="32"                                              # Core Level (PAKFIRE)
+CORE="34"                                                      # Core Level (Filename)
+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
@@ -341,6 +341,7 @@ buildipfire() {
   ipfiremake unzip
   ipfiremake which
   ipfiremake linux                     XEN=1
+  ipfiremake atl1c                     XEN=1
   ipfiremake atl2                      XEN=1
   ipfiremake hso                       XEN=1
   ipfiremake e1000e                    XEN=1
@@ -348,13 +349,15 @@ buildipfire() {
   ipfiremake r8169                     XEN=1
   ipfiremake r8168                     XEN=1
   ipfiremake kqemu                     XEN=1
+  #ipfiremake kvm-kmod                 XEN=1
   ipfiremake v4l-dvb                   XEN=1
   ipfiremake madwifi                   XEN=1
-#  ipfiremake alsa                     XEN=1 KMOD=1
+  #ipfiremake alsa                     XEN=1 KMOD=1
   ipfiremake openswan                  XEN=1 KMOD=1
   ipfiremake mISDN                     XEN=1
   ipfiremake compat-wireless           XEN=1
   ipfiremake linux
+  ipfiremake atl1c
   ipfiremake atl2
   ipfiremake hso
   ipfiremake e1000e
@@ -362,6 +365,7 @@ buildipfire() {
   ipfiremake r8169
   ipfiremake r8168
   ipfiremake kqemu
+  ipfiremake kvm-kmod
   ipfiremake v4l-dvb
   ipfiremake madwifi
   ipfiremake alsa                      KMOD=1