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

SVN-Revision: 8833
master
Rod Whitby 17 years ago
parent 022d0c92bd
commit ee80b9c8f3
  1. 15
      package/kernel/modules/usb.mk

@ -515,6 +515,21 @@ endef
$(eval $(call KernelPackage,usb-net-pegasus)) $(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 define KernelPackage/usb-hid
$(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev) $(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev)
TITLE:=Support for USB Human Input Devices TITLE:=Support for USB Human Input Devices

Loading…
Cancel
Save