package/kernel: Fixed typo error in usbnet dependencies which causes all usb network drivers to be excluded from all builds
SVN-Revision: 8094
This commit is contained in:
parent
72a8ff0c77
commit
4b6e686d2c
1 changed files with 3 additions and 3 deletions
|
@ -350,7 +350,7 @@ endef
|
||||||
$(eval $(call KernelPackage,usb-net))
|
$(eval $(call KernelPackage,usb-net))
|
||||||
|
|
||||||
define KernelPackage/usb-net-asix
|
define KernelPackage/usb-net-asix
|
||||||
$(call usbdep,kmod-usbnet)
|
$(call usbdep,kmod-usb-net)
|
||||||
TITLE:=Kernel module for USB-to-Ethernet Asix convertors
|
TITLE:=Kernel module for USB-to-Ethernet Asix convertors
|
||||||
DESCRIPTION:=Kernel module for USB-to-Ethernet Asix convertors
|
DESCRIPTION:=Kernel module for USB-to-Ethernet Asix convertors
|
||||||
KCONFIG:=CONFIG_USB_NET_AX8817X
|
KCONFIG:=CONFIG_USB_NET_AX8817X
|
||||||
|
@ -369,7 +369,7 @@ endef
|
||||||
$(eval $(call KernelPackage,usb-net-asix))
|
$(eval $(call KernelPackage,usb-net-asix))
|
||||||
|
|
||||||
define KernelPackage/usb-net-kaweth
|
define KernelPackage/usb-net-kaweth
|
||||||
$(call usbdep,kmod-usbnet)
|
$(call usbdep,kmod-usb-net)
|
||||||
TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors
|
TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors
|
||||||
DESCRIPTION:=Kernel module for USB-to-Ethernet Kaweth convertors
|
DESCRIPTION:=Kernel module for USB-to-Ethernet Kaweth convertors
|
||||||
KCONFIG:=CONFIG_USB_KAWETH
|
KCONFIG:=CONFIG_USB_KAWETH
|
||||||
|
@ -380,7 +380,7 @@ endef
|
||||||
$(eval $(call KernelPackage,usb-net-kaweth))
|
$(eval $(call KernelPackage,usb-net-kaweth))
|
||||||
|
|
||||||
define KernelPackage/usb-net-pegasus
|
define KernelPackage/usb-net-pegasus
|
||||||
$(call usbdep,kmod-usbnet)
|
$(call usbdep,kmod-usb-net)
|
||||||
TITLE:=Kernel module for USB-to-Ethernet Pegasus convertors
|
TITLE:=Kernel module for USB-to-Ethernet Pegasus convertors
|
||||||
DESCRIPTION:=Kernel module for USB-to-Ethernet Pegasus convertors
|
DESCRIPTION:=Kernel module for USB-to-Ethernet Pegasus convertors
|
||||||
KCONFIG:=CONFIG_USB_PEGASUS
|
KCONFIG:=CONFIG_USB_PEGASUS
|
||||||
|
|
Loading…
Reference in a new issue