h4000.conf, htcblueangel.conf: Blacklist acx from autoloading while PCMCIA support...
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 12 Jul 2007 21:25:22 +0000 (21:25 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 12 Jul 2007 21:25:22 +0000 (21:25 +0000)
* P.S. This doesn't really work as OE's module handling is broken.

conf/machine/h4000.conf
conf/machine/htcblueangel.conf

index 5aeab89..f48f560 100644 (file)
@@ -35,6 +35,7 @@ module_autoload_snd-pcm-oss = "snd-pcm-oss"
 module_autoload_snd-mixer-oss = "snd-mixer-oss"
 module_autoload_snd-h4000_audio = "snd-h4000_audio"
 module_autoload_g_ether = "g_ether"
+module_conf_acx = "blacklist acx"
 
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 USE_VT = "0"
index 5f28148..261ebb8 100644 (file)
@@ -49,7 +49,7 @@ module_autoload_blueangel_audio   = "blueangel_audio"
 module_autoload_bluenagel_leds    = "bleangel_leds"
 module_autoload_hci_uart          = "hci_uart"
 module_autoload_snd-mixer-oss     = "snd-mixer-oss"
-
+module_conf_acx = "blacklist acx"
 
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 USE_VT = "0"