diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-29 15:03:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-29 15:03:45 +0200 |
commit | 6d524f9beed79eb6b6b7486f59ba19729bb28a45 (patch) | |
tree | e3dbc42c46e905f33f70e584a08d2175739b63f8 /conf/machine | |
parent | 6d67f5983695987e98f35328c5b2737f2664346c (diff) |
linux-omap 2.6.29: update defconfig
* more filesystems
* more ethernet adapters builtin
* usb gadgets are modules now
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 1b47888ab7..1249837ddb 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 = "r35" +MACHINE_KERNEL_PR = "r36" KERNEL_IMAGETYPE = "uImage" |