diff options
-rw-r--r-- | conf/machine/tosa-2.4.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/tosa-2.4.conf b/conf/machine/tosa-2.4.conf index da1d1de542..6e208f4fc6 100644 --- a/conf/machine/tosa-2.4.conf +++ b/conf/machine/tosa-2.4.conf @@ -1,6 +1,9 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa" +# Later versions are broken on kernel 2.4 +PREFERRED_VERSION_orinoco-modules = "0.13e" + BOOTSTRAP_EXTRA_DEPENDS += "wlan-ng-modules wlan-ng-utils virtual/kernel hostap-modules \ orinoco-modules sharp-sdmmc-support usbutils console-tools" |