mirror of https://github.com/hak5/openwrt.git
kernel: add usb-net-sr9700 package
Add support for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> SVN-Revision: 48272lede-17.01
parent
20a67881f4
commit
0200735bda
|
@ -1315,6 +1315,21 @@ endef
|
|||
$(eval $(call KernelPackage,usb-net-rtl8152))
|
||||
|
||||
|
||||
define KernelPackage/usb-net-sr9700
|
||||
TITLE:=Support for CoreChip SR9700 ethernet devices
|
||||
KCONFIG:=CONFIG_USB_NET_SR9700
|
||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/sr9700.ko
|
||||
AUTOLOAD:=$(call AutoProbe,sr9700)
|
||||
$(call AddDepends/usb-net)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-net-sr9700/description
|
||||
Kernel module for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-net-sr9700))
|
||||
|
||||
|
||||
define KernelPackage/usb-net-rndis
|
||||
TITLE:=Support for RNDIS connections
|
||||
KCONFIG:=CONFIG_USB_NET_RNDIS_HOST
|
||||
|
|
Loading…
Reference in New Issue