diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2010-09-10 10:54:13 +0000 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2010-09-11 18:58:19 +0200 |
commit | 7e92d21ca7b6e6685c80243d3b09c06aedaa3354 (patch) | |
tree | 017f60781a09e9b93af24b09cc7113d823a97c46 /recipes/linux/linux_2.6.35.bb | |
parent | 18bfe69b58341220399c1a1f9acc0bbc7a905eb8 (diff) |
linux-2.6.35: add rx1950 support
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/linux/linux_2.6.35.bb')
-rw-r--r-- | recipes/linux/linux_2.6.35.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.35.bb b/recipes/linux/linux_2.6.35.bb index 5089521d6d..8765846a06 100644 --- a/recipes/linux/linux_2.6.35.bb +++ b/recipes/linux/linux_2.6.35.bb @@ -13,6 +13,13 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \ file://defconfig " SRC_URI_append_dockstar = "file://dockstar.patch" +SRC_URI_append_rx1950 = "file://0001-s3c2410_ts-add-fake-pressure-events.patch \ + file://0002-s3c2410_udc-2440-dual-packet-workaround.patch \ + file://0003-rx1950-add-battery-device.patch \ + file://0004-rx1950-add-LEDs-support.patch \ + file://0005-s3c24xx-DMA-don-t-use-autoreload-feature.patch \ + file://0006-s3cmci-minor-fixups.patch \ + file://0007-Add-s3c-adc-battery-driver.patch" SRC_URI[kernel.md5sum] = "091abeb4684ce03d1d936851618687b6" SRC_URI[kernel.sha256sum] = "18b2e2c336032e366c942622b77302cb05fc034fb19018f086a4ebc9ed41bfcf" |