]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - make.sh
kernel: Update xen kernel config (IPVS changes).
[people/teissler/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index d3567a3771af26e1b5a361ffa4a3e1fd41eff885..6be04a3faf1a2c7ef09ee46bb425ba440ef4f2a3 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.13"                                                 # Version number
-CORE="69"                                                      # Core Level (Filename)
-PAKFIRE_CORE="68"                                              # Core Level (PAKFIRE)
+CORE="70"                                                      # Core Level (Filename)
+PAKFIRE_CORE="69"                                              # 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
@@ -404,7 +404,6 @@ buildipfire() {
     ipfiremake r8101                   KCFG="-pae"
     ipfiremake e1000e                  KCFG="-pae"
     ipfiremake igb                     KCFG="-pae"
-    ipfiremake ax88179                 KCFG="-pae"
 
     # x86 kernel build
     ipfiremake linux                   KCFG=""
@@ -418,7 +417,6 @@ buildipfire() {
     ipfiremake r8101                   KCFG=""
     ipfiremake e1000e                  KCFG=""
     ipfiremake igb                     KCFG=""
-    ipfiremake ax88179                 KCFG=""
 
   else
     # arm-rpi (Raspberry Pi) kernel build
@@ -446,7 +444,6 @@ buildipfire() {
     ipfiremake r8101                   KCFG="-kirkwood"
     ipfiremake e1000e                  KCFG="-kirkwood"
     ipfiremake igb                     KCFG="-kirkwood"
-    ipfiremake ax88179                 KCFG="-kirkwood"
 
   fi
   ipfiremake pkg-config
@@ -465,6 +462,7 @@ buildipfire() {
   ipfiremake libnet
   ipfiremake libnl
   ipfiremake libidn
+  ipfiremake nasm
   ipfiremake libjpeg
   ipfiremake libexif
   ipfiremake libpng
@@ -526,7 +524,6 @@ buildipfire() {
   ipfiremake logwatch
   ipfiremake misc-progs
   ipfiremake nano
-  ipfiremake nasm
   ipfiremake URI
   ipfiremake HTML-Tagset
   ipfiremake HTML-Parser
@@ -771,6 +768,10 @@ buildipfire() {
   ipfiremake strace
   ipfiremake ipfire-netboot
   ipfiremake lcdproc
+  ipfiremake bitstream
+  ipfiremake multicat
+  ipfiremake keepalived
+  ipfiremake ipvsadm
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild