This patch adds support to compile kmod-usb-serial-ipw module. It is used by USB IPWireless communication devices used for 3G.
Signed-off-by: Lukas macura <mac...@opf.slu.cz> --- Index: package/kernel/modules/usb.mk =================================================================== --- package/kernel/modules/usb.mk (revision 22829) +++ package/kernel/modules/usb.mk (working copy) @@ -317,7 +317,16 @@ $(eval $(call KernelPackage,usb-serial-belkin)) +define KernelPackage/usb-serial-ipw +$(call KernelPackage/usb-serial/Depends,) + TITLE:=Support for IPWireless 3G devices + KCONFIG:=CONFIG_USB_SERIAL_IPW + FILES:=$(LINUX_DIR)/drivers/usb/serial/ipw.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,65,ipw) +endef +$(eval $(call KernelPackage,usb-serial-ipw)) + define KernelPackage/usb-serial-ch341 $(call KernelPackage/usb-serial/Depends,@LINUX_2_6) TITLE:=Support for CH341 devices _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel