X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=7cd9f4d07f2c08a69d4ad60ab270aaad3ee05115;hp=da98e2883fb221360680b06fa9a0a79fcc28ddca;hb=9007007b4ef870fbc115851d7bd53dff771e9415;hpb=deddfbd445426c80f0b2e765786cc1bdc3849e12 diff --git a/make.sh b/make.sh index da98e2883f..7cd9f4d07f 100755 --- 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 @@ -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