From 0d8a9aeb768ba06222039dbf86ac6c816911673f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 13 May 2007 00:27:39 +0000 Subject: rx3000.conf: Ship BT and WiFi firmware. --- conf/machine/rx3000.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf index 190b5f54dd..423eac05d7 100644 --- a/conf/machine/rx3000.conf +++ b/conf/machine/rx3000.conf @@ -24,6 +24,8 @@ PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.18-hh2" PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" +MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" + # # Modules autoload and other boot properties # -- cgit v1.2.3 From f217cbd0cd78bfee38aee21da477db62049afc3a Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 13 May 2007 00:32:38 +0000 Subject: h4000.conf, hx4700.conf, rx3000.conf: Ship kernel-module-acx for devices with ACX WiFi. --- conf/machine/h4000.conf | 4 +++- conf/machine/hx4700.conf | 1 + conf/machine/rx3000.conf | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'conf/machine') 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 -- cgit v1.2.3 From 5ea5b0ee53b7670f65adf0dbd0bf13bce23819be Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 13 May 2007 00:42:08 +0000 Subject: htcuniversal.conf: Remove explicit handling of RTC modules, now done by task-base. --- conf/machine/htcuniversal.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 980fc0e2eb..dbf7b76e32 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -35,10 +35,6 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-module-nls-cp437 \ kernel-module-htcuniversal-acx \ kernel-module-acx \ kernel-module-i2c-algo-bit \ - kernel-module-rtc-sa1100 \ - kernel-module-rtc-dev \ - kernel-module-rtc-proc \ - kernel-module-rtc-sysfs \ " # -- cgit v1.2.3