make.sh: Reformat kernel section.

This commit is contained in:
Michael Tremer
2014-05-24 17:16:54 +02:00
parent 022438b50b
commit 3d02c09165

11
make.sh
View File

@@ -399,8 +399,8 @@ buildipfire() {
ipfiremake bc
ipfiremake u-boot
if [ "${MACHINE_TYPE}" != "arm" ]; then
case "${TARGET_ARCH}" in
i586)
# x86-pae (Native and new XEN) kernel build
ipfiremake linux KCFG="-pae"
# ipfiremake kvm-kmod KCFG="-pae"
@@ -426,8 +426,9 @@ buildipfire() {
# ipfiremake r8101 KCFG=""
ipfiremake e1000e KCFG=""
ipfiremake igb KCFG=""
;;
else
armv5tel)
# arm-rpi (Raspberry Pi) kernel build
ipfiremake linux KCFG="-rpi"
# ipfiremake v4l-dvb KCFG="-rpi"
@@ -452,8 +453,8 @@ buildipfire() {
# ipfiremake r8101 KCFG="-kirkwood"
# ipfiremake e1000e KCFG="-kirkwood"
ipfiremake igb KCFG="-kirkwood"
fi
;;
esac
ipfiremake pkg-config
ipfiremake linux-atm
ipfiremake cpio