kernel: add Realtek USB to Ethernet modules
https://forum.openwrt.org/viewtopic.php?pid=279394 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46031
This commit is contained in:
parent
1e08c08e48
commit
0d7ab0f845
1 changed files with 30 additions and 0 deletions
|
@ -1260,6 +1260,36 @@ endef
|
||||||
$(eval $(call KernelPackage,usb-net-qmi-wwan))
|
$(eval $(call KernelPackage,usb-net-qmi-wwan))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-rtl8150
|
||||||
|
TITLE:=Kernel module for USB-to-Ethernet Realtek convertors
|
||||||
|
KCONFIG:=CONFIG_USB_RTL8150
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/rtl8150.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,rtl8150)
|
||||||
|
$(call AddDepends/usb-net)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-rtl8150/description
|
||||||
|
Kernel module for USB-to-Ethernet Realtek 8150 convertors
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-net-rtl8150))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-rtl8152
|
||||||
|
TITLE:=Kernel module for USB-to-Ethernet Realtek convertors
|
||||||
|
KCONFIG:=CONFIG_USB_RTL8152
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/r8152.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,r8152)
|
||||||
|
$(call AddDepends/usb-net)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-rtl8152/description
|
||||||
|
Kernel module for USB-to-Ethernet Realtek 8152 USB2.0/3.0 convertors
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-net-rtl8152))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-net-rndis
|
define KernelPackage/usb-net-rndis
|
||||||
TITLE:=Support for RNDIS connections
|
TITLE:=Support for RNDIS connections
|
||||||
KCONFIG:=CONFIG_USB_NET_RNDIS_HOST
|
KCONFIG:=CONFIG_USB_NET_RNDIS_HOST
|
||||||
|
|
Loading…
Reference in a new issue