|
|
@ -1027,6 +1027,23 @@ endef |
|
|
|
$(eval $(call KernelPackage,usb-net-asix)) |
|
|
|
$(eval $(call KernelPackage,usb-net-asix)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define KernelPackage/usb-net-asix-ax88179 |
|
|
|
|
|
|
|
TITLE:=Kernel module for USB-to-Gigabit-Ethernet Asix convertors
|
|
|
|
|
|
|
|
DEPENDS:=+kmod-libphy
|
|
|
|
|
|
|
|
KCONFIG:=CONFIG_USB_NET_AX88179_178A
|
|
|
|
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/ax88179_178a.ko
|
|
|
|
|
|
|
|
AUTOLOAD:=$(call AutoProbe,ax88179_178a)
|
|
|
|
|
|
|
|
$(call AddDepends/usb-net)
|
|
|
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define KernelPackage/usb-net-asix-ax88179/description |
|
|
|
|
|
|
|
Kernel module for USB-to-Ethernet ASIX AX88179 based USB 3.0/2.0
|
|
|
|
|
|
|
|
to Gigabit Ethernet adapters.
|
|
|
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(eval $(call KernelPackage,usb-net-asix-ax88179)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define KernelPackage/usb-net-hso |
|
|
|
define KernelPackage/usb-net-hso |
|
|
|
TITLE:=Kernel module for Option USB High Speed Mobile Devices
|
|
|
|
TITLE:=Kernel module for Option USB High Speed Mobile Devices
|
|
|
|
KCONFIG:=CONFIG_USB_HSO
|
|
|
|
KCONFIG:=CONFIG_USB_HSO
|
|
|
|