diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-13 08:25:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-13 08:25:11 +0000 |
commit | b166953274e82c03f54435ec8af0d4684c49dff7 (patch) | |
tree | 4d778d9009a5703bb27adb640615b524ff6162db /conf/machine/poodle-2.4.conf | |
parent | 545ca64b64bd90bee503d0b1b0eaecfdda18fb58 (diff) |
zaurus machine configurations: add orinoco-cs to poodle, specify 0.13e for Zaurus 2.4 kernels since later versions don't work there
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" |