diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-09-06 17:57:09 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-09-06 17:57:09 +0000 |
commit | d39ad541854182c47c70071aa6c883ba3480b994 (patch) | |
tree | 068ca2b589703211ec9b130e84aa3ffe8cdb81ea /conf/machine/include/collie-2.4.inc | |
parent | ee94da8a579022c9654f3e3659b8f2f243c57bb4 (diff) | |
parent | c5cc423a2ce2c5a1659c171aefcbcec22b768c56 (diff) |
merge of '4a859de905afc30ec35cf91dcd1dd6c18307c1f8'
and '9c6ceb61576fa98453a24fedb60c9d2b23d79c72'
Diffstat (limited to 'conf/machine/include/collie-2.4.inc')
-rw-r--r-- | conf/machine/include/collie-2.4.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/include/collie-2.4.inc b/conf/machine/include/collie-2.4.inc new file mode 100644 index 0000000000..eed8de9ab9 --- /dev/null +++ b/conf/machine/include/collie-2.4.inc @@ -0,0 +1,21 @@ +PREFERRED_PROVIDER_virtual/kernel = "openzaurus-sa" +COLLIE_MEMORY_SIZE ?= "64" + +# workaround for bug 1877 +PREFERRED_PROVIDER_hostap-modules = "hostap-modules" + +SERIAL_CONSOLE = "115200 ttyS0" +# +# no keyboard feature because 2.4 kernel keymap works ok and we have limited flash +# no usbgadget feature because 2.4 kernel handle it in own way on each machine +# +MACHINE_FEATURES = "kernel24 apm pcmcia screen irda" + +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-net-fd kernel-module-sa1100-bi \ + kernel-module-usbdcore kernel-module-usbdmonitor \ + sharp-sdmmc-support" + +# kernel-module-collie-ssp kernel-module-collie-tc35143af if buzzer.patch applied + +# Later versions are broken on kernel 2.4 +PREFERRED_VERSION_orinoco-modules = "0.13e" |