diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-20 20:50:54 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-20 20:50:54 +0100 |
commit | ee20998a950e06e7e4c8d0d8b9d440fb9d0085dc (patch) | |
tree | 10d13b775a0de26193c087d44bfb9bb7b848d26c /packages/linux/linux-omap_2.6.27.bb | |
parent | 415bddd2af6075d767a7a21823b19fe254a49d6c (diff) |
linux-omap 2.6.27: build in usb wifi modules, add support for sitecom wl168
Diffstat (limited to 'packages/linux/linux-omap_2.6.27.bb')
-rw-r--r-- | packages/linux/linux-omap_2.6.27.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap_2.6.27.bb b/packages/linux/linux-omap_2.6.27.bb index 56c9e3a028..34d3b4ac17 100644 --- a/packages/linux/linux-omap_2.6.27.bb +++ b/packages/linux/linux-omap_2.6.27.bb @@ -6,7 +6,7 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm" SRCREV = "2a3408be17f287fdb5809c9b6c68e7ad96d25b74" -PR = "r4" +PR = "r5" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" @@ -39,6 +39,7 @@ SRC_URI_append = " \ # file://openvz/openvz-2.6.27.diff;patch=1 \ file://pvr/pvr-add.patch;patch=1 \ file://pvr/dispc.patch;patch=1 \ + file://sitecomwl168-support.diff;patch=1 \ " |