summaryrefslogtreecommitdiff
path: root/linux/montavista-sa_2.4.17-mvl21.oe
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2004-09-21 22:55:26 +0000
committerHolger Freyther <zecke@selfish.org>2004-09-21 22:55:26 +0000
commitb0802d0f5df0e90a830d1885dfeefb10d391e2f8 (patch)
tree9a03de4c264290e7343594244df4b07444627e0b /linux/montavista-sa_2.4.17-mvl21.oe
parentff5a8f43e9fe4817610248f1d7255160447ea622 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported 2004/09/22 00:49:41+02:00 handhelds.org!zecke Beagle Kernel Work: -Fix crash on `cat /dev/dsp` due io unmapping a region that is mapped from the board initialisation -Remove zombie ktsd threads BKrev: 4150b15eVOGqJDos8_MLkgdJWdE3jQ
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."