diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-22 08:59:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-22 08:59:45 +0200 |
commit | b4e0f4bafeb5613f2a8e905873cfda0bdf0ab944 (patch) | |
tree | 005dbdb8de3ff48dbdff6d7614204bd818e71483 /conf | |
parent | 132645ba13e038cfba77b578eba34e824549eca5 (diff) |
beagleboard: make linux-omap the preferred kernel, this makes UVC cams work on OTG
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 5d88adee4a..d32578ed87 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -29,7 +29,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyS2" # No kernel recipe yet -PREFERRED_PROVIDER_virtual/kernel = "linux-omap2" +PREFERRED_PROVIDER_virtual/kernel = "linux-omap" KERNEL_IMAGETYPE = "uImage" |