package/kernel: Fixed typo error in usbnet dependencies which causes all usb network drivers to be excluded from all builds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8094 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Rod Whitby 2007-07-21 14:57:30 +00:00
parent ce8771d80b
commit d0a4358f7c
1 changed files with 3 additions and 3 deletions

View File

@ -350,7 +350,7 @@ endef
$(eval $(call KernelPackage,usb-net))
define KernelPackage/usb-net-asix
$(call usbdep,kmod-usbnet)
$(call usbdep,kmod-usb-net)
TITLE:=Kernel module for USB-to-Ethernet Asix convertors
DESCRIPTION:=Kernel module for USB-to-Ethernet Asix convertors
KCONFIG:=CONFIG_USB_NET_AX8817X
@ -369,7 +369,7 @@ endef
$(eval $(call KernelPackage,usb-net-asix))
define KernelPackage/usb-net-kaweth
$(call usbdep,kmod-usbnet)
$(call usbdep,kmod-usb-net)
TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors
DESCRIPTION:=Kernel module for USB-to-Ethernet Kaweth convertors
KCONFIG:=CONFIG_USB_KAWETH
@ -380,7 +380,7 @@ endef
$(eval $(call KernelPackage,usb-net-kaweth))
define KernelPackage/usb-net-pegasus
$(call usbdep,kmod-usbnet)
$(call usbdep,kmod-usb-net)
TITLE:=Kernel module for USB-to-Ethernet Pegasus convertors
DESCRIPTION:=Kernel module for USB-to-Ethernet Pegasus convertors
KCONFIG:=CONFIG_USB_PEGASUS