modules/usb.mk: Fixed the module autoload name for cdc_ether, and removed a typo from usbnet.

SVN-Revision: 9047
v19.07.3_mercusys_ac12_duma
Rod Whitby 17 years ago
parent 64a21dae8f
commit f6816dd5d3

@ -535,7 +535,7 @@ define KernelPackage/usb-net-cdc-ether
TITLE:=Support for cdc ethernet connections
KCONFIG:=CONFIG_USB_NET_CDCETHER
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_ether.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,61,cdc-ether)
AUTOLOAD:=$(call AutoLoad,61,cdc_ether)
endef
define KernelPackage/usb-net-cdc-ether/description

Loading…
Cancel
Save