mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
modules/usb.mk: Fixed the module autoload name for cdc_ether, and removed a typo from usbnet.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9047 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user