Skip to content

Commit

Permalink
[package] kernel: add kmod-usb-net-ipheth (#10157)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30981 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed Mar 18, 2012
1 parent 54bd644 commit aa79d88
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package/kernel/modules/usb.mk
Expand Up @@ -913,6 +913,21 @@ endef
$(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
TITLE:=Support for USB Human Input Devices
KCONFIG:=CONFIG_HID_SUPPORT=y CONFIG_USB_HID CONFIG_USB_HIDDEV=y
Expand Down

0 comments on commit aa79d88

Please sign in to comment.