diff mbox

compat-wireless + Linux 2.6.26.8 testing results

Message ID 20100218182946.GF8069@bombadil.infradead.org (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Luis Chamberlain Feb. 18, 2010, 6:29 p.m. UTC
None
diff mbox

Patch

diff --git a/scripts/gen-compat-autoconf.sh b/scripts/gen-compat-autoconf.sh
index 6c7cae7..6184392 100755
--- a/scripts/gen-compat-autoconf.sh
+++ b/scripts/gen-compat-autoconf.sh
@@ -169,6 +169,10 @@  for i in $(grep '^CONFIG_' $COMPAT_CONFIG); do
 		define_config_dep $VAR $VALUE CONFIG_USB_NET_CDCETHER
 		continue
 		;;
+	CONFIG_SSB_PCMCIAHOST)
+		define_config_dep $VAR $VALUE CONFIG_PCMCIA
+		continue
+		;;
 	# ignore this, we have a special hanlder for this at the botttom
 	# instead. We still need to keep this in config.mk to let Makefiles
 	# know its enabled so just ignore it here.