1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

kernel: add kmod-usb-net-pl package

Kernel support for Prolific PL-2301/2302/25A1 based cables

Signed-off-by: Roman Spychała <roed@onet.eu>
This commit is contained in:
Roman Spychała 2017-04-25 13:07:37 +02:00 committed by John Crispin
parent e457d22261
commit 855f2ae4da

@ -1322,6 +1322,19 @@ endef
$(eval $(call KernelPackage,usb-net-kalmia))
define KernelPackage/usb-net-pl
TITLE:=Prolific PL-2301/2302/25A1 based cables
KCONFIG:=CONFIG_USB_NET_PLUSB
FILES:=$(LINUX_DIR)/drivers/net/usb/plusb.ko
AUTOLOAD:=$(call AutoProbe,plusb)
$(call AddDepends/usb-net)
endef
define KernelPackage/usb-net-pl/description
Kernel support for Prolific PL-2301/2302/25A1 based cables
endef
$(eval $(call KernelPackage,usb-net-pl))
define KernelPackage/usb-hid
TITLE:=Support for USB Human Input Devices