This is a patch that adds kernel drivers for TI's USB 3410/5052 devices to the `make menuconfig` GUI during setup.
Signed-off-by: Nemanja Stefanovic <[email protected]> -- Index: package/kernel/modules/usb.mk =================================================================== --- package/kernel/modules/usb.mk (revision 28425) +++ package/kernel/modules/usb.mk (working copy) @@ -351,7 +351,20 @@ $(eval $(call KernelPackage,usb-serial-ftdi)) +define KernelPackage/usb-serial-ti-usb + TITLE:=Support for TI USB 3410/5052 + KCONFIG:=CONFIG_USB_SERIAL_IO_TI + FILES:=$(LINUX_DIR)/drivers/usb/serial/io_ti.ko + AUTOLOAD:=$(call AutoLoad,65,io_ti) + $(call AddDepends/usb-serial) +endef +define KernelPackage/usb-serial-ti-usb/description + Kernel support for TI USB 3410/5052 devices +endef + +$(eval $(call KernelPackage,usb-serial-ti-usb)) + define KernelPackage/usb-serial-ipw TITLE:=Support for IPWireless 3G devices KCONFIG:=CONFIG_USB_SERIAL_IPW _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
