mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-15 12:53:35 +08: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:
parent
e457d22261
commit
855f2ae4da
@ -1322,6 +1322,19 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,usb-net-kalmia))
|
$(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
|
define KernelPackage/usb-hid
|
||||||
TITLE:=Support for USB Human Input Devices
|
TITLE:=Support for USB Human Input Devices
|
||||||
|
Loading…
Reference in New Issue
Block a user