Added kernel module definitions for Kaweth and Pegasus usb ethernet adapters.
SVN-Revision: 7406
This commit is contained in:
parent
accffe1a0c
commit
3bce669a84
@ -332,6 +332,30 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,usb-net-asix))
|
$(eval $(call KernelPackage,usb-net-asix))
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-kaweth
|
||||||
|
$(call usbdep,+kmod-usbnet)
|
||||||
|
TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors
|
||||||
|
DESCRIPTION:=Kernel module for USB-to-Ethernet Kaweth convertors
|
||||||
|
DEPENDS:=kmod-usb-net
|
||||||
|
KCONFIG:=$(CONFIG_USB_KAWETH)
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/usb/net/kaweth.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call Autoload,61,kaweth)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-net-kaweth))
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-pegasus
|
||||||
|
$(call usbdep,+kmod-usbnet)
|
||||||
|
TITLE:=Kernel module for USB-to-Ethernet Pegasus convertors
|
||||||
|
DESCRIPTION:=Kernel module for USB-to-Ethernet Pegasus convertors
|
||||||
|
DEPENDS:=kmod-usb-net
|
||||||
|
KCONFIG:=$(CONFIG_USB_PEGASUS)
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/usb/net/pegasus.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call Autoload,61,pegasus)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-net-pegasus))
|
||||||
|
|
||||||
define KernelPackage/usb-hid
|
define KernelPackage/usb-hid
|
||||||
$(call usbdep,@LINUX_2_6 evdev)
|
$(call usbdep,@LINUX_2_6 evdev)
|
||||||
TITLE:=Support for USB Human Input Devices
|
TITLE:=Support for USB Human Input Devices
|
||||||
|
Loading…
Reference in New Issue
Block a user