diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-07-21 14:57:30 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-07-21 14:57:30 +0000 |
commit | 4b6e686d2c54159ab720dab8302c91c3f0149b93 (patch) | |
tree | 297a09d09e7983c8c328011a8126c2c80879a408 /package/kernel | |
parent | 72a8ff0c7708ba3d99d993067ec9769205cda42e (diff) | |
download | upstream-4b6e686d2c54159ab720dab8302c91c3f0149b93.tar.gz upstream-4b6e686d2c54159ab720dab8302c91c3f0149b93.tar.bz2 upstream-4b6e686d2c54159ab720dab8302c91c3f0149b93.zip |
package/kernel: Fixed typo error in usbnet dependencies which causes all usb network drivers to be excluded from all builds
SVN-Revision: 8094
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/usb.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index ac5fa109a2..5a135b3108 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -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 |