1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 19:03:08 +02:00

Added support for generating the cdc-ether kernel module (used to communicate with OpenMoko phone over usb networking).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8833 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
rwhitby 2007-09-18 13:55:03 +00:00
parent cd1b974a1f
commit 7c1ce4c03e

View File

@ -515,6 +515,21 @@ endef
$(eval $(call KernelPackage,usb-net-pegasus))
define KernelPackage/usb-net-cdc-ether
$(call usbdep,kmod-usb-net @LINUX_2_6)
TITLE:=Support for cdc ethernet connections
KCONFIG:=CONFIG_USB_NET_CDCETHER
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/cdc_ether.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,61,cdc-ether)
endef
define KernelPackage/usb-net-cdc-ether/description
Kernel support for USB CDC Ethernet devices
endef
$(eval $(call KernelPackage,usb-net-cdc-ether))
define KernelPackage/usb-hid
$(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev)
TITLE:=Support for USB Human Input Devices