diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-11 15:47:20 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-11 15:47:20 +0000 |
commit | 215d52f7d2f67304742349327aac10a389aed25b (patch) | |
tree | dc039de92aed6a32fa09c38e3d4053fd914a6468 /conf/machine/ipaq-pxa270.conf | |
parent | 0249326d4b2997b4791d3dae4274826aac7eb613 (diff) |
h2200/h4000/hx2000/hx4700/ipaq-pxa270: drop OSS Emu (featured by alsa) and HIDP (featured by bluetooth) modules
Diffstat (limited to 'conf/machine/ipaq-pxa270.conf')
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index d5b0c602bf..ad2120ef6c 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -29,8 +29,7 @@ BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${PXA270_MODULES}', d)} ${@ BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}" BOOTSTRAP_EXTRA_RDEPENDS = "tiinit acx-firmware" -PXA270_MODULES = "snd_pcm_oss snd_mixer_oss hidp \ - nls_cp437 nls_iso8859-1 nls_utf8 af_key" +PXA270_MODULES = "nls_cp437 nls_iso8859-1 nls_utf8 af_key" SERIAL_CONSOLE = "115200 ttyS0" |