diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:21:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 15:39:24 +0200 |
commit | 616a026e640dc5b322a3f4ba6f8de757f389f127 (patch) | |
tree | 23c799d4b30cfceaed2876483b5baefa6eddf007 /conf | |
parent | c273263b147da671b5ee105eb85d4302daf33555 (diff) |
linux-omap 2.6.29: fixes
* add patch to fix leds
* tweak ISP patches to handle new API
* tweak beagleboard defconfig
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index f6cf895c52..4e95fb15e4 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,6 +1,6 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" -MACHINE_KERNEL_PR = "r20" +MACHINE_KERNEL_PR = "r21" KERNEL_IMAGETYPE = "uImage" |