diff options
-rw-r--r-- | conf/machine/h4000.conf | 4 | ||||
-rw-r--r-- | conf/machine/hx4700.conf | 1 | ||||
-rw-r--r-- | conf/machine/rx3000.conf | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf index 61d473929a..cd6a6dd6a1 100644 --- a/conf/machine/h4000.conf +++ b/conf/machine/h4000.conf @@ -24,7 +24,9 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-h4000-audio \ - kernel-module-i2c-pxa" + kernel-module-i2c-pxa \ + kernel-module-acx \ + " # # Modules autoload and other boot properties diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 52eb09b933..5483a3337f 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -37,6 +37,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \ kernel-module-i2c-pxa \ kernel-module-pxa27x-voltage \ kernel-module-pxa27x-voltage-max158xx \ + kernel-module-acx \ kernel-module-hx4700-acx \ kernel-module-hx4700-bt \ kernel-module-snd-hx4700-audio" diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf index 423eac05d7..cc544ef7b1 100644 --- a/conf/machine/rx3000.conf +++ b/conf/machine/rx3000.conf @@ -25,6 +25,8 @@ PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-acx \ + " # # Modules autoload and other boot properties |