diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-08 18:37:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-08 18:37:28 +0200 |
commit | eda32159da75298d3ab7664ee1e889f8eb24861f (patch) | |
tree | b229ee4871981289cdb8db8a883ff71e56b48f54 /conf/machine | |
parent | 647623726b0a3b7da2d652925c8979e9173e22a9 (diff) |
linux-omap 2.6.29: reenable BT for overo as well
Diffstat (limited to 'conf/machine')
-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 7159187391..3b06e8fcf7 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r24" +MACHINE_KERNEL_PR = "r25" KERNEL_IMAGETYPE = "uImage" |