diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-13 00:32:38 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-13 00:32:38 +0000 |
commit | f217cbd0cd78bfee38aee21da477db62049afc3a (patch) | |
tree | 931fc2e686ee0528dab4bac95d55f506fea0a5bc /conf/machine | |
parent | 0d8a9aeb768ba06222039dbf86ac6c816911673f (diff) |
h4000.conf, hx4700.conf, rx3000.conf: Ship kernel-module-acx for devices with ACX WiFi.
Diffstat (limited to 'conf/machine')
-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 |