diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-04 08:47:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-04 08:47:11 +0000 |
commit | 39044f1033acd1101b57d8d50ab4b56a7b100c87 (patch) | |
tree | 9f0a75de3348daecb179bf548a21fa3287d250be /conf/machine/zaurus-clamshell-2.4.conf | |
parent | ed24399db8b8937d6094e5916ded0695fafb0b8b (diff) | |
parent | 6bb29a620a3c7805e21245cc6cbaec1f35ef5a00 (diff) |
propagate from branch 'org.openembedded.dev' (head b378da256e147a5c55663f95c0cc3df118a4a63d)
to branch 'org.openembedded.nslu2-linux' (head e04a7f684ef5855d717ea0e66d63fd31465c451a)
Diffstat (limited to 'conf/machine/zaurus-clamshell-2.4.conf')
-rw-r--r-- | conf/machine/zaurus-clamshell-2.4.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/conf/machine/zaurus-clamshell-2.4.conf b/conf/machine/zaurus-clamshell-2.4.conf index ef601564b1..cef670b450 100644 --- a/conf/machine/zaurus-clamshell-2.4.conf +++ b/conf/machine/zaurus-clamshell-2.4.conf @@ -2,14 +2,23 @@ PREFERRED_PROVIDERS_append_c7x0 = " virtual/kernel:c7x0-kernels-2.4-embedix" PREFERRED_PROVIDERS_append_akita = " virtual/kernel:openzaurus-pxa27x" PREFERRED_PROVIDERS_append_spitz = " virtual/kernel:openzaurus-pxa27x" -BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel \ -pcmcia-cs apmd hostap-modules orinoco-modules sharp-sdmmc-support chkhinge \ +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support \ +pcmcia-cs apmd ppp wireless-tools console-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin \ hostap-utils prism3-firmware prism3-support" BOOTSTRAP_EXTRA_RDEPENDS = "kernel hostap-modules-cs orinoco-modules-cs sharp-sdmmc-support \ -pcmcia-cs apm kernel-module-net-fd kernel-module-registers chkhinge \ +pcmcia-cs apm apmd ppp wireless-tools irda-utils console-tools \ hostap-utils prism3-firmware prism3-support" +# Spitz needs minimal bootstrap +BOOTSTRAP_EXTRA_DEPENDS_spitz = "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support \ +pcmcia-cs apmd wireless-tools irda-utils wpa-supplicant-nossl lrzsz hostap-utils prism3-firmware prism3-support" +BOOTSTRAP_EXTRA_RDEPENDS_spitz = "kernel hostap-modules-cs orinoco-modules-cs sharp-sdmmc-support \ +pcmcia-cs apmd apm wireless-tools irda-utils hostap-utils prism3-firmware prism3-support" + +# Misc Modules +BOOTSTRAP_EXTRA_RDEPENDS += kernel-module-net-fd kernel-module-registers + # USB Client Modules BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usbdcore kernel-module-usbdmonitor" |