diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-29 09:05:54 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-29 09:05:54 +0100 |
commit | 08b559c4da61c8514808c2dad3b65217a8e73041 (patch) | |
tree | 2a74a3bf5809c200d52fc4b3227c75447f45981d /conf | |
parent | 078587ca99720b964dd1b39bbb676f1e5e930b13 (diff) | |
download | meta-ti-08b559c4da61c8514808c2dad3b65217a8e73041.tar.gz |
linux 3.0: update to 3.0.12
The internal ethernet on the beagleboard is not affected by the 3.0.11 usb bug, but other usb devices might be.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 262e2120..4530ae1d 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" | |||
3 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" |
5 | # Increase this everytime you change something in the kernel | 5 | # Increase this everytime you change something in the kernel |
6 | MACHINE_KERNEL_PR = "r112" | 6 | MACHINE_KERNEL_PR = "r113" |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "uImage" | 8 | KERNEL_IMAGETYPE = "uImage" |
9 | 9 | ||