compat-wireless: fix activesync devices
authorSven-Haegar Koch <haegar@sdinet.de>
Tue, 23 Nov 2010 22:27:35 +0000 (14:27 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 23 Nov 2010 22:27:35 +0000 (14:27 -0800)
commit9a6e31a85c28b1910150dfc51eb3d202c8173b88
tree2382b9c02c6ceeac093a82882e22090ffc59285f
parentee489452133bc8120795a9483b92521ee86d04d0
compat-wireless: fix activesync devices

Compiling support for ActiveSync devices in compat-wireless depends
on USB_NET_CDCETHER to be set in main kernel.

But USB_NET_CDCETHER can also be a module, in which case
CONFIG_USB_NET_CDCETHER will not be defined inside compat_autoconf.h and
the compat-wireless cdc_ether.ko will miss the support for it.

So check also for CONFIG_USB_NET_CDCETHER_MODULE in config.mk to be safe
in both cases.

Signed-off-by: Sven-Haegar Koch <haegar@sdinet.de>
config.mk