diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-10 11:31:25 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-10 11:31:25 +0100 |
commit | 848c704c03affb24c5261b11faec74d6ad2374ed (patch) | |
tree | 643121809a2ecc3f62a2a655f9215e61af08ac0c /recipes/linux/linux-omap_2.6.32.bb | |
parent | 6e0172f360053c39bfad106592fbb55509167103 (diff) |
linux-omap 2.6.32: fix problems with SCTP
Diffstat (limited to 'recipes/linux/linux-omap_2.6.32.bb')
-rw-r--r-- | recipes/linux/linux-omap_2.6.32.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap_2.6.32.bb b/recipes/linux/linux-omap_2.6.32.bb index 71405b7f63..83c326a76a 100644 --- a/recipes/linux/linux-omap_2.6.32.bb +++ b/recipes/linux/linux-omap_2.6.32.bb @@ -17,6 +17,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.g file://defconfig" SRC_URI_append = " \ +file://sctp-fix.patch;patch=1 \ file://cm-t35/0001-omap3-cm-t35-add-mux-initialization.patch;patch=1 \ file://cm-t35/0001-OMAP-DSS2-add-Toppoly-TDO35S-panel.patch;patch=1 \ file://cm-t35/0002-omap3-cm-t35-add-DSS2-display-support.patch;patch=1 \ |