1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-28 20:05:10 +02:00

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:
Rod Whitby 2007-09-27 14:20:53 +00:00
parent 64a21dae8f
commit f6816dd5d3

View File

@ -467,7 +467,7 @@ define KernelPackage/usb-net
$(call usbdep,)
TITLE:=Kernel modules for USB-to-Ethernet convertors
KCONFIG:=CONFIG_USB_USBNET
AUTOLOAD:=$(call Autoload,60, usbnet)
AUTOLOAD:=$(call Autoload,60,usbnet)
endef
define KernelPackage/usb-net/2.4
@ -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