From: Marcin Juszkiewicz Date: Thu, 22 Feb 2007 11:27:17 +0000 (+0000) Subject: tosa: prefer 2.6.17 kernel as this is last with working USB Host support X-Git-Tag: Release-2010-05/1~9163^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74b0b0584241d62d83ffbdfda2b27f86f683fea;p=openembedded.git tosa: prefer 2.6.17 kernel as this is last with working USB Host support --- diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index e9ab7dd34a..ddaf6e03c9 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -4,6 +4,9 @@ require conf/machine/include/zaurus-2.6.conf +# newer kernels does not build +PREFERRED_VERSION_linux-rp = "2.6.17" + # wlan-ng Modules MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb"