diff options
Diffstat (limited to 'conf/machine/poodle-2.4.conf')
-rw-r--r-- | conf/machine/poodle-2.4.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/poodle-2.4.conf b/conf/machine/poodle-2.4.conf index bb3ae039d9..e8be12eef2 100644 --- a/conf/machine/poodle-2.4.conf +++ b/conf/machine/poodle-2.4.conf @@ -1,9 +1,13 @@ PREFERRED_PROVIDER_virtual/kernel = "openzaurus-pxa" +# Later versions are broken on kernel 2.4 +PREFERRED_VERSION_orinoco-cs = "0.13e" + BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel \ -hostap-modules orinoco-modules sharp-sdmmc-support chkhinge \ +hostap-modules orinoco-modules sharp-sdmmc-support \ hostap-utils prism3-firmware prism3-support" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules sharp-sdmmc-support \ + +BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules orinoco-modules-cs sharp-sdmmc-support \ kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \ kernel-module-usbdcore kernel-module-usbdmonitor \ hostap-utils prism3-firmware prism3-support" |