Add yealink usb phone kernel packages

SVN-Revision: 7359
This commit is contained in:
Florian Fainelli
2007-05-27 18:51:50 +00:00
parent e0c7c1c440
commit a2710a9eff
3 changed files with 36 additions and 1 deletions

View File

@@ -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))