diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-07 18:51:00 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-07 18:51:00 +0200 |
commit | 2fe33f3c7f0bff141187fc0c9005cc779c5f9458 (patch) | |
tree | d2976263af750096f2f6f3107b09b21daf1a11da /conf/machine/include/omap3.inc | |
parent | 30cdb3a5af28adf023c562c1d61af231f7dce0dd (diff) |
linux-oma 2.6.29: reenable BT for beagleboard
Diffstat (limited to 'conf/machine/include/omap3.inc')
-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 8d1eb899de..7159187391 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 = "r23" +MACHINE_KERNEL_PR = "r24" KERNEL_IMAGETYPE = "uImage" |