summaryrefslogtreecommitdiff
path: root/linux/montavista-sa_2.4.17-mvl21.oe
diff options
context:
space:
mode:
Diffstat (limited to 'linux/montavista-sa_2.4.17-mvl21.oe')
-rw-r--r--linux/montavista-sa_2.4.17-mvl21.oe7
1 files changed, 5 insertions, 2 deletions
diff --git a/linux/montavista-sa_2.4.17-mvl21.oe b/linux/montavista-sa_2.4.17-mvl21.oe
index 498f58e8a9..5c4cd74141 100644
--- a/linux/montavista-sa_2.4.17-mvl21.oe
+++ b/linux/montavista-sa_2.4.17-mvl21.oe
@@ -18,13 +18,16 @@ SRC_URI = "http://www.vanille.de/temp/linux-${KV}_${MVLV}.tar.gz \
file://machine_name.patch;patch=1 \
file://opie-logo.patch;patch=1 \
file://apm-hh-merge.patch;patch=1 \
+ file://beagle-sound.patch;patch=1 \
+ file://linux-2.4.18-list_move.patch;patch=1 \
+ file://ucb1x_kill-zombie.patch;patch=1 \
file://defconfig-${MACHINE}"
S = "${WORKDIR}/linux-${KV}_${MVLV}"
inherit kernel
-CMDLINE = "root=/dev/mtdblock/1 mem=27M console=ttySA0 noinitrd"
+CMDLINE = "root=/dev/mtdblock/1 mem=32M console=ttySA0 noinitrd"
KERNEL_CCSUFFIX = "-2.95"
KERNEL_LDSUFFIX = "-2.11.2"
@@ -44,7 +47,7 @@ module_conf_sa1100_bi = "below sa1100_bi net_fd usbdcore "
module_autoload_sa1100_bi = "sa1100_bi"
module_autoload_sa1100_pcmcia = "sa1100_pcmcia"
module_autoload_unix = "unix"
-module_autoload_usb-eth = "usb-eth"
+module_autoload_usb_eth = "usb-eth"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available."