diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-13 09:41:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-13 09:41:58 +0000 |
commit | 6adb3fcb48f4efcdcc06165419f3c8dd4d34cf05 (patch) | |
tree | 9514ed4c69620ef685b37e6853ee5429783ea46b /conf/machine/htcuniversal.conf | |
parent | 053b74c80cc136e867fd6d5d5c0f3133d8d4c323 (diff) |
htcuniversal: correct module names
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-rw-r--r-- | conf/machine/htcuniversal.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 31969823a2..86b46dcbca 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -19,11 +19,11 @@ MACHINE_EXTRA__RRECOMMENDS = " kernel-module-nls_cp437 \ kernel-module-nls_iso8859-1 \ kernel-module-nls_utf8 \ kernel-module-af_key \ - bsd_comp \ - i2c-pxa \ - htcuniversal_power \ - snd-htcuniversal_audio \ - htcuniversal_acx \ + kernel-module-bsd_comp \ + kernel-module-i2c-pxa \ + kernel-module-htcuniversal_power \ + kernel-module-snd-htcuniversal_audio \ + kernel-module-htcuniversal_acx \ " GUI_MACHINE_CLASS = "bigscreen" |