modules/usb.mk: Fixed the module autoload name for cdc_ether, and removed a typo from usbnet.
SVN-Revision: 9047
This commit is contained in:
parent
64a21dae8f
commit
f6816dd5d3
1 changed files with 2 additions and 2 deletions
|
@ -535,7 +535,7 @@ define KernelPackage/usb-net-cdc-ether
|
||||||
TITLE:=Support for cdc ethernet connections
|
TITLE:=Support for cdc ethernet connections
|
||||||
KCONFIG:=CONFIG_USB_NET_CDCETHER
|
KCONFIG:=CONFIG_USB_NET_CDCETHER
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_ether.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_ether.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,61,cdc-ether)
|
AUTOLOAD:=$(call AutoLoad,61,cdc_ether)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/usb-net-cdc-ether/description
|
define KernelPackage/usb-net-cdc-ether/description
|
||||||
|
|
Loading…
Reference in a new issue