diff options
| author | Leon Woestenberg <leon@sidebranch.com> | 2009-06-07 14:49:51 +0200 |
|---|---|---|
| committer | Leon Woestenberg <leon@sidebranch.com> | 2009-06-07 14:49:51 +0200 |
| commit | af5e1f63ad0080710724c0a354c1410d7ff25d85 (patch) | |
| tree | e2f64327fa2d216f21060569b20ab09ba04dd2de /conf/machine | |
| parent | be6a42a5b0ebfdd0d111a3d36a20727bea7b0607 (diff) | |
| parent | 0ce059dec3906b8a7bb973bcc42f54ce33d56484 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/include/zaurus-2.6.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index 69589a0d60..ba923f9515 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -40,9 +40,10 @@ MACHINE_EXTRA_RRECOMMENDS_akita = "kernel-module-snd-soc-spitz kernel-module-px MACHINE_EXTRA_RRECOMMENDS_spitz = "kernel-module-snd-soc-spitz kernel-module-pxa2xx-cs kernel-module-pcmcia" MACHINE_EXTRA_RRECOMMENDS_poodle = "kernel-module-snd-soc-poodle kernel-module-pxa2xx-cs kernel-module-pcmcia" -# For tosa only: wlan-ng Modules and OHCI suspend/resume fixup +# For tosa: OHCI suspend/resume fixup +# wlan-ng is now in kernel (2.6.29) # Fixme ? module-snd for tosa -MACHINE_EXTRA_RRECOMMENDS_tosa = "wlan-ng-modules-usb apm-tosa-suspendfix" +MACHINE_EXTRA_RRECOMMENDS_tosa = "apm-tosa-suspendfix" # Fixme ? module-snd for collie MACHINE_EXTRA_RRECOMMENDS_collie = "" |
