diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-14 00:02:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-14 00:02:49 +0000 |
commit | c0492c23bce509d6623697dc0a55828be3be1ba3 (patch) | |
tree | 46810853add7840777cf4cd441bb8368764a52c5 /conf/machine/poodle-2.4.conf | |
parent | 145b644de0d3567c07c111990a296dcba76f675a (diff) | |
parent | 5a5bb7411fc66507d8677bacc4c81abcb71d6fe6 (diff) |
merge of 2117dd5b726765202daffe67318297ef78df5a4f
and 2913dd5a4db27b7b121a13b703b88a41e73464aa
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..dc603d3bcc 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-modules = "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" |