diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-05-16 13:35:56 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-05-16 13:35:56 +0000 |
commit | 9d29605f69008d5f3f127d719b5d1a083bdbe899 (patch) | |
tree | 24f7ea11c1cebc0e08e23a7a4311883e7fd0eae2 /conf/machine/htcuniversal.conf | |
parent | aa4b544f65b89c234e4960d4cf77f241e93298f1 (diff) |
htcuniversal.conf: Load the acx module.
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-rw-r--r-- | conf/machine/htcuniversal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index dbf7b76e32..95eb7354fe 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -40,7 +40,7 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-module-nls-cp437 \ # # Modules autoload and other boot properties # -#module_autoload_acx = "acx" +module_autoload_acx = "acx" module_autoload_htcuniversal_acx = "htcuniversal_acx" module_autoload_snd-pcm-oss = "snd-pcm-oss" module_autoload_snd-mixer-oss = "snd-mixer-oss" |