X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=7cd9f4d07f2c08a69d4ad60ab270aaad3ee05115;hp=598681de9fe2797b2aa29bb742648bb19f6c62b5;hb=9007007b4ef870fbc115851d7bd53dff771e9415;hpb=430fb015456b4b3802dcd0c6a191d5646816b9bb diff --git a/make.sh b/make.sh index 598681de9f..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="57" # 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 @@ -436,6 +437,11 @@ buildipfire() { ipfiremake e1000e KCFG="" ipfiremake igb KCFG="" else + # arm-omap kernel build + ipfiremake linux-rpi KCFG="-rpi" + + ipfiremake linux3 KCFG="-omap" + # arm-versatile kernel build ipfiremake linux KCFG="-versatile" ipfiremake v4l-dvb KCFG="-versatile" @@ -572,6 +578,7 @@ buildipfire() { ipfiremake Locale-Country ipfiremake XML-Parser ipfiremake Crypt-PasswdMD5 + ipfiremake Net-Telnet ipfiremake python-setuptools ipfiremake python-clientform ipfiremake python-mechanize