diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-02-23 19:06:40 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-02-23 19:06:40 +0100 |
commit | d87a82f5a263ed0237d81db47977b5bebc7a7f9c (patch) | |
tree | b68d035506f920fee63b46311ad904413c614829 /packages/linux/linux_2.6.27.bb | |
parent | 40a5267e28b22315967c32cf20b4fb3b5ac313c1 (diff) |
linux-2.6.27: update keypad support for boc01
Diffstat (limited to 'packages/linux/linux_2.6.27.bb')
-rw-r--r-- | packages/linux/linux_2.6.27.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux_2.6.27.bb b/packages/linux/linux_2.6.27.bb index 4b094bf48c..0a2055e58e 100644 --- a/packages/linux/linux_2.6.27.bb +++ b/packages/linux/linux_2.6.27.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r4" +PR = "r5" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" @@ -20,7 +20,7 @@ SRC_URI_append_boc01 = "\ file://008-081208-spi.patch;patch=1 \ file://010-090112-mii.patch;patch=1 \ file://011-090115-gpio.patch;patch=1 \ - file://012-090115-cy3218-btns.patch;patch=1 \ + file://012-090219-capsense.patch;patch=1 \ file://013-090209-lcd.patch;patch=1 \ file://014-090209-pm-wakeup.patch;patch=1 \ " |