浏览代码

kernel: add kmod-usb-net-ipheth (#10157)

SVN-Revision: 30981
Jo-Philipp Wich 13 年之前
父节点
当前提交
3b87ad238c
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      package/kernel/modules/usb.mk

+ 15 - 0
package/kernel/modules/usb.mk

@@ -913,6 +913,21 @@ endef
 $(eval $(call KernelPackage,usb-net-sierrawireless))
 $(eval $(call KernelPackage,usb-net-sierrawireless))
 
 
 
 
+define KernelPackage/usb-net-ipheth
+  TITLE:=Apple iPhone USB Ethernet driver
+  KCONFIG:=CONFIG_USB_IPHETH
+  FILES:=$(LINUX_DIR)/drivers/net/usb/ipheth.ko
+  AUTOLOAD:=$(call AutoLoad,64,ipheth)
+  $(call AddDepends/usb-net)
+endef
+
+define KernelPackage/usb-net-ipheth/description
+ Kernel support for Apple iPhone USB Ethernet driver
+endef
+
+$(eval $(call KernelPackage,usb-net-ipheth))
+
+
 define KernelPackage/usb-hid
 define KernelPackage/usb-hid
   TITLE:=Support for USB Human Input Devices
   TITLE:=Support for USB Human Input Devices
   KCONFIG:=CONFIG_HID_SUPPORT=y CONFIG_USB_HID CONFIG_USB_HIDDEV=y
   KCONFIG:=CONFIG_HID_SUPPORT=y CONFIG_USB_HID CONFIG_USB_HIDDEV=y