From: florian Date: Wed, 5 Aug 2009 15:09:21 +0000 (+0000) Subject: [package] add usb-serial-motorola-phone, thanks groz X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=c1cb232fafea6383a8dbd7d2cc4178b962613ab4 [package] add usb-serial-motorola-phone, thanks groz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17132 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 83981db26b..a85c5cf1cf 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -391,6 +391,22 @@ endef $(eval $(call KernelPackage,usb-serial-sierrawireless)) +define KernelPackage/usb-serial-motorola-phone + $(call usbdep,kmod-usb-serial) + TITLE:=Support for Motorola usb phone + KCONFIG:=CONFIG_USB_SERIAL_MOTOROLA + FILES:=$(LINUX_DIR)/drivers/usb/serial/moto_modem.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,65,moto_modem) +endef + +define KernelPackage/usb-serial-motorola-phone/description + Kernel support for Motorola usb phone +endef + +$(eval $(call KernelPackage,usb-serial-motorola-phone)) + + + define KernelPackage/usb-serial-visor $(call usbdep,kmod-usb-serial) TITLE:=Support for Handspring Visor devices