diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-31 00:17:10 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-31 00:17:10 +0000 |
commit | 9720e6563f854545fbe4805744d7405dcfd9ba21 (patch) | |
tree | 1740de6fc4fe5b08e94e461062dac46cd41f97f4 /packages/linux | |
parent | b5dfb696151fa9f8e861b8844e766845a0a74137 (diff) |
linux-rp-2.6.23: Add LED fix for poodle
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-rp_2.6.23.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index b458b07435..4bec03d5bf 100644 --- a/packages/linux/linux-rp_2.6.23.bb +++ b/packages/linux/linux-rp_2.6.23.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r18" +PR = "r19" DEFAULT_PREFERENCE_qemuarm = "-1" DEFAULT_PREFERENCE_qemux86 = "-1" @@ -44,6 +44,7 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1 \ ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ ${RPSRC}/poodle_asoc_fix-r0.patch;patch=1 \ + ${RPSRC}/locomo_led_fix-r0.patch;patch=1 \ file://w100fb-unused-var.patch;patch=1 \ file://hostap-monitor-mode.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ |