diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-04-04 13:14:19 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-04-04 13:14:19 +0000 |
commit | c01de08bcb0a7f79db2e8a15474a74d3a8efd066 (patch) | |
tree | b4daf4a7b1098fc82a40c9f34c1e6134029a5d88 /packages/linux/linux-rp_2.6.24.bb | |
parent | 57176e59583d0f5d6a1b132d3047be85223da9eb (diff) |
linux-rp_2.6.24: add usb-gadget patch, add keyboard fix
Diffstat (limited to 'packages/linux/linux-rp_2.6.24.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.24.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/linux/linux-rp_2.6.24.bb b/packages/linux/linux-rp_2.6.24.bb index a650a31743..84a479eb02 100644 --- a/packages/linux/linux-rp_2.6.24.bb +++ b/packages/linux/linux-rp_2.6.24.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r7" +PR = "r8" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_collie = "1" @@ -95,10 +95,12 @@ SRC_URI_append_collie = "\ ${TKSRC}/pcmcia_suspend.patch;patch=1 \ ${TKSRC}/locomo_spi-6.patch;patch=1 \ ${TKSRC}/config.patch;patch=1 \ - ${TKSRC}/locomokeyb.patch;patch=1 \ + ${TKSRC}/locomokeyb-2.patch;patch=1 \ ${TKSRC}/mmc-spi.patch;patch=1 \ ${TKSRC}/linux-2.6.24-SIMpad-rtc-sa1100.patch;patch=1 \ ${TKSRC}/sa1100_spinlock.patch;patch=1 \ + ${TKSRC}/sa1100-dma.patch;patch=1 \ + ${TKSRC}/sa1100_udc_g_ether.patch;patch=1 \ " SRC_URI_append_poodle = "\ |