diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2007-11-14 14:05:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-11-14 14:05:35 +0000 |
commit | bfdc8c2c65a4f505d30be433c5bb0d79be1ed95d (patch) | |
tree | b3f740ed73f682da3fa1206c59ececd96f9c46b0 /packages/linux/linux-rp_2.6.23.bb | |
parent | b016f9c2bd40fdcafd2ffeb563164ab08e80780c (diff) |
linux-rp: Tosa usb ports management - close #3295
Diffstat (limited to 'packages/linux/linux-rp_2.6.23.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.23.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index 29a96deb88..141e689c41 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 = "r6" +PR = "r7" DEFAULT_PREFERENCE_qemuarm = "-1" DEFAULT_PREFERENCE_qemux86 = "-1" @@ -120,7 +120,7 @@ SRC_URI_append_tosa = "\ file://tosa-lcdnoise-r1-fix-r0.patch;patch=1 \ file://arm-dma-coherent.patch;patch=1 \ file://usb-ohci-hooks-r3.patch;patch=1 \ - file://tmio-ohci-r8.patch;patch=1 \ + file://tmio-ohci-r9.patch;patch=1 \ " # ${DOSRC}/tosa-asoc-r1.patch;patch=1 " |