diff options
author | Your Name <Bernhard.Guillon@opensimpad.org> | 2009-01-09 22:46:34 +0100 |
---|---|---|
committer | Your Name <Bernhard.Guillon@opensimpad.org> | 2009-01-09 22:46:34 +0100 |
commit | dd18dcefdd237e1d02a7be0385bf8c2a7793fdc1 (patch) | |
tree | 4dc0f90ae5a7ad743a62e5ea86a195d8e3cec77c /packages/linux/linux_2.6.24.bb | |
parent | 1c8891902d4ae73126be38ca8d40faa42d4bd5cd (diff) |
add simpad sound driver update defconfig bump linux_2.6.24 PR
The sound driver patch is the work of Thomas Schätzlein.
Thanks for this patch!
Diffstat (limited to 'packages/linux/linux_2.6.24.bb')
-rw-r--r-- | packages/linux/linux_2.6.24.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/linux_2.6.24.bb b/packages/linux/linux_2.6.24.bb index 40c23237fb..d7b9abf506 100644 --- a/packages/linux/linux_2.6.24.bb +++ b/packages/linux/linux_2.6.24.bb @@ -11,7 +11,7 @@ DEFAULT_PREFERENCE_ts72xx = "1" DEFAULT_PREFERENCE_oxe810 = "1" DEFAULT_PREFERENCE_cs-e9302 = "1" -PR = "r17" +PR = "r18" 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 \ @@ -35,7 +35,8 @@ SRC_URI_append_simpad = "\ file://linux-2.6.24-SIMpad-hostap_cs-shared-irq.patch;patch=1 \ file://linux-2.6.24-SIMpad-orinoco_cs-shared-irq.patch;patch=1 \ file://linux-2.6.24-SIMpad-rtc-sa1100.patch;patch=1 \ - file://connectplus-remove-ide-HACK.patch;patch=1 \ + file://linux-2.6.24-SIMpad-ucb1x00-audio.patch;patch=1 \ + file://connectplus-remove-ide-HACK.patch;patch=1 \ file://collie-kexec.patch;patch=1 \ file://export_atags-r2.patch;patch=1 \ " |