]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
kernel: add kernel for Raspberry Pi.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index b1b8514daca8b1cc0d4a2ffb90c23eee77d9817c..7cd9f4d07f2c08a69d4ad60ab270aaad3ee05115 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -26,7 +26,7 @@ NAME="IPFire"                                                 # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.11"                                                 # Version number
 CORE="59"                                                      # Core Level (Filename)
-PAKFIRE_CORE="58"                                              # Core Level (PAKFIRE)
+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
@@ -384,6 +384,7 @@ buildipfire() {
   ipfiremake xz
   ipfiremake linux-firmware
   ipfiremake zd1211-firmware
+  ipfiremake rpi-firmware
   ipfiremake fw_ath9k_htc
   ipfiremake u-boot
 
@@ -437,6 +438,8 @@ buildipfire() {
     ipfiremake igb                     KCFG=""
   else
     # arm-omap kernel build
+    ipfiremake linux-rpi               KCFG="-rpi"
+
     ipfiremake linux3                  KCFG="-omap"
 
     # arm-versatile kernel build