X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=7cd9f4d07f2c08a69d4ad60ab270aaad3ee05115;hp=1730275b8955612b5c0b856d3b6a17ad4b068a59;hb=9007007b4ef870fbc115851d7bd53dff771e9415;hpb=1bafefd5fb6ad91c5d2aeed3122d45e98139f5a5 diff --git a/make.sh b/make.sh index 1730275b89..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="55" # Core Level (Filename) -PAKFIRE_CORE="55" # 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" @@ -571,6 +577,8 @@ buildipfire() { ipfiremake Text-Tabs+Wrap ipfiremake Locale-Country ipfiremake XML-Parser + ipfiremake Crypt-PasswdMD5 + ipfiremake Net-Telnet ipfiremake python-setuptools ipfiremake python-clientform ipfiremake python-mechanize