]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
kernel: updated omap kernel to 2.6.40.30 aka 3.0.30.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index a720b627b01c35712a986990efc4664606cc220b..b1b8514daca8b1cc0d4a2ffb90c23eee77d9817c 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.11"                                                 # Version number
-CORE="58"                                                      # Core Level (Filename)
-PAKFIRE_CORE="57"                                              # Core Level (PAKFIRE)
+CORE="59"                                                      # Core Level (Filename)
+PAKFIRE_CORE="58"                                              # 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
@@ -436,6 +436,9 @@ buildipfire() {
     ipfiremake e1000e                  KCFG=""
     ipfiremake igb                     KCFG=""
   else
+    # arm-omap kernel build
+    ipfiremake linux3                  KCFG="-omap"
+
     # arm-versatile kernel build
     ipfiremake linux                   KCFG="-versatile"
     ipfiremake v4l-dvb                 KCFG="-versatile"