kernel: add arm7 multiplatform kernel.

not booting on panda yet.
This commit is contained in:
Arne Fitzenreiter
2013-09-15 18:41:16 +02:00
parent d1a84dd38d
commit 7284262a5e
13 changed files with 8908 additions and 121 deletions

10
make.sh
View File

@@ -380,7 +380,6 @@ buildipfire() {
ipfiremake rpi-firmware
ipfiremake bc
ipfiremake u-boot
ipfiremake u-boot-panda
if [ "${MACHINE_TYPE}" != "arm" ]; then
@@ -431,12 +430,9 @@ buildipfire() {
ipfiremake cryptodev KCFG="-rpi"
# ipfiremake compat-drivers KCFG="-rpi"
# arm-omap (Panda Board) kernel build
# ipfiremake linux KCFG="-omap"
# ipfiremake v4l-dvb KCFG="-omap"
# ipfiremake mISDN KCFG="-omap" NOPCI=1
# ipfiremake cryptodev KCFG="-omap"
# ipfiremake compat-drivers KCFG="-omap"
# arm multi platform (Panda, Wandboard ...) kernel build
ipfiremake linux KCFG="-multi"
ipfiremake cryptodev KCFG="-multi"
# arm-kirkwood (Dreamplug, ICY-Box ...) kernel build
ipfiremake linux KCFG="-kirkwood"