diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-04 21:18:57 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-10-04 21:18:57 +0000 |
commit | 71c1c1bf231dd6b945c90f90121abdce817248c0 (patch) | |
tree | 4421e469bc9a305bacb6be3b49edf50a9776cd6b /packages/linux/linux_2.6.24.bb | |
parent | 282d57299747bd465f8306dd259b7f8efbecda37 (diff) |
linux-2.6.24: add updated serial-gpio patch for simpad
* patch was provided by Bernhard Guillon
* drop linux-2.6.24-SIMpad-serial-gpio_keys-and-cs3-ro.patch
* add linux-2.6.24-SIMpad-serial-gpio_keys-and-cs3-ro.patch.v2
* simpad now works with serial keyboards again
* fixes bug 4630
* bump PR
Diffstat (limited to 'packages/linux/linux_2.6.24.bb')
-rw-r--r-- | packages/linux/linux_2.6.24.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux_2.6.24.bb b/packages/linux/linux_2.6.24.bb index de12e4c345..7c92cb2ed0 100644 --- a/packages/linux/linux_2.6.24.bb +++ b/packages/linux/linux_2.6.24.bb @@ -10,7 +10,7 @@ DEFAULT_PREFERENCE_at32stk1000 = "1" DEFAULT_PREFERENCE_ts72xx = "1" DEFAULT_PREFERENCE_cs-e9302 = "1" -PR = "r15" +PR = "r16" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \ @@ -28,7 +28,7 @@ SRC_URI_append_simpad = "\ file://linux-2.6.24-SIMpad-cs3-simpad.patch;patch=1 \ file://linux-2.6.24-SIMpad-mq200.patch;patch=1 \ file://linux-2.6.24-SIMpad-pcmcia.patch;patch=1 \ - file://linux-2.6.24-SIMpad-serial-gpio_keys-and-cs3-ro.patch;patch=1 \ + file://linux-2.6.24-SIMpad-serial-gpio_keys-and-cs3-ro.patch.v2;patch=1 \ file://linux-2.6.24-SIMpad-ucb1x00-switches.patch;patch=1 \ file://linux-2.6.24-SIMpad-ucb1x00-ts-supend-and-accuracy.patch;patch=1 \ file://linux-2.6.24-SIMpad-hostap_cs-shared-irq.patch;patch=1 \ |