From: Florian Fainelli Date: Thu, 14 Jun 2007 10:23:41 +0000 (+0000) Subject: Add support for Option HSDPA modems (#1890) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=816e40a9fe289b542416e0d33d4c0810933239a6;p=openwrt%2Fstaging%2Flynxis%2Fomap.git Add support for Option HSDPA modems (#1890) SVN-Revision: 7630 --- diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 76125a9f5d..99ff481bc2 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -245,6 +245,17 @@ define KernelPackage/usb-serial-visor endef $(eval $(call KernelPackage,usb-serial-visor)) +define KernelPackage/usb-serial-option + $(call usbdep,kmod-usb-serial) + TITLE:=Support for Option HSDPA modems + DESCRIPTION:=Kernel support for Option HSDPA modems + DEPENDS:=@LINUX_2_6 + KCONFIG:=$(CONFIG_USB_SERIAL_OPTION) + FILES:=$(LINUX_DIR)/drivers/usb/serial/option.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,65,option) +endef +$(eval $(call KernelPackage,usb-serial-option)) + define KernelPackage/usb-storage $(call usbdep,+kmod-scsi-core)