mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Add yealink usb phone kernel packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7359 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -331,3 +331,17 @@ define KernelPackage/usb-net-asix/2.6
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-net-asix))
|
||||
|
||||
|
||||
define KernelPackage/usb-yealink
|
||||
$(call usbdep,@LINUX_2_6)
|
||||
TITLE:=USB Yealink VOIP phone
|
||||
DESCRIPTION:=Kernel support for Yealink VOIP phone
|
||||
KCONFIG:=$(CONFIG_USB_YEALINK)
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/input/yealink.ko
|
||||
AUTOLOAD:=$(call AutoLoad,70,yealink)
|
||||
DEPENDS:=kmod-input-core kmod-input-evdev
|
||||
endef
|
||||
$(eval $(call KernelPackage,usb-yealink))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user