[oe-commits] org.oe.dev h4000.conf, htcblueangel.conf: Blacklist acx from autoloading while PCMCIA support is buggy yet.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Jul 13 10:56:14 UTC 2007


h4000.conf, htcblueangel.conf: Blacklist acx from autoloading while PCMCIA support is buggy yet.
* P.S. This doesn't really work as OE's module handling is broken.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 69058b2475f31a6b93cbd27f1185cda0460f0b78
ViewMTN: http://monotone.openembedded.org/revision.psp?id=69058b2475f31a6b93cbd27f1185cda0460f0b78
Files:
1
conf/machine/h4000.conf
conf/machine/htcblueangel.conf
Diffs:

#
# mt diff -r455900b48a266ba79c042da92cdef20b5fe89006 -r69058b2475f31a6b93cbd27f1185cda0460f0b78
#
# 
# 
# patch "conf/machine/h4000.conf"
#  from [0f9f407e263722cada91fcbbddd485ba1f0a85b9]
#    to [b1fe581faf246de6c051ab60e24a5ddd578bf16e]
# 
# patch "conf/machine/htcblueangel.conf"
#  from [29e2ddc11eb786ac0f566be156d09a5f96617a8b]
#    to [9f5fe21162f6a280ef6f17c8c0d23dafe9671876]
# 
============================================================
--- conf/machine/h4000.conf	0f9f407e263722cada91fcbbddd485ba1f0a85b9
+++ conf/machine/h4000.conf	b1fe581faf246de6c051ab60e24a5ddd578bf16e
@@ -35,6 +35,7 @@ module_autoload_g_ether = "g_ether"
 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"
============================================================
--- conf/machine/htcblueangel.conf	29e2ddc11eb786ac0f566be156d09a5f96617a8b
+++ conf/machine/htcblueangel.conf	9f5fe21162f6a280ef6f17c8c0d23dafe9671876
@@ -49,8 +49,8 @@ module_autoload_snd-mixer-oss     = "snd
 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"
 






More information about the Openembedded-commits mailing list