]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
build: add armv6l to supported buildplatforms.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 18b986ec55ba9b2a0a7cd273361877bc3f943512..9e34c03cca677414452c344a2206165b6a7a2109 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="59"                                              # 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"
@@ -572,6 +575,7 @@ buildipfire() {
   ipfiremake Locale-Country
   ipfiremake XML-Parser
   ipfiremake Crypt-PasswdMD5
+  ipfiremake Net-Telnet
   ipfiremake python-setuptools
   ipfiremake python-clientform
   ipfiremake python-mechanize