backports: add rndis_wlan usbnet requirements
authorJohannes Berg <johannes.berg@intel.com>
Mon, 15 Apr 2013 08:25:38 +0000 (10:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 15 Apr 2013 08:28:28 +0000 (10:28 +0200)
commit9cb352cd4c487990d742ee1869a9403c0afc6cc8
treed7349fae4bfa63ca9f74757301fd0065abbe1e6b
parent46551f7e5c30fed332e327d539a0322ab81e3091
backports: add rndis_wlan usbnet requirements

Apparently I missed this during the conversion to the new
copy-list etc. The rndis_wlan driver requires some usbnet
and rndis code, if that's not present then it is either
not selectable or can be compiled but won't link against
older kernels that don't have the right requirements (or
don't have the symbols exported.)

For now, because the makefile parser is stupid, patch out
the asix driver objects because otherwise it's possible
to select it and fail the build. Improving the parser is
possible but I need to finish other things first.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/Kconfig
backport/Makefile.kernel
copy-list
patches/collateral-evolutions/network/0010-disable-usb-net-asix.patch [new file with mode: 0644]