From: Tomasz Maciej Nowak Date: Sat, 17 Dec 2016 21:04:56 +0000 (+0100) Subject: kernel: add support for Option Fusion+ PCMCIA card X-Git-Tag: v17.01.0-rc1~479 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6b08a472632f0918c6ddbbe93c60e13068c7a82f;ds=sidebyside kernel: add support for Option Fusion+ PCMCIA card New package kmod-pcmcia-nozomi to suppot Option Fusion+ HSDPA PCMCIA modem. Signed-off-by: Tomasz Maciej Nowak --- diff --git a/package/kernel/linux/modules/pcmcia.mk b/package/kernel/linux/modules/pcmcia.mk index b777573041..11c2106cb0 100644 --- a/package/kernel/linux/modules/pcmcia.mk +++ b/package/kernel/linux/modules/pcmcia.mk @@ -95,3 +95,19 @@ define KernelPackage/pcmcia-pd6729/description endef $(eval $(call KernelPackage,pcmcia-pd6729)) + + +define KernelPackage/pcmcia-nozomi + TITLE:=Option Fusion+ card + KCONFIG:=CONFIG_NOZOMI + FILES:=$(LINUX_DIR)/drivers/tty/nozomi.ko + AUTOLOAD:=$(call AutoLoad,60,nozomi) + DEPENDS:=+kmod-pcmcia-rsrc + $(call AddDepends/pcmcia) +endef + +define KernelPackage/pcmcia-nozomi/description + Kernel support for Option Fusion+ card +endef + +$(eval $(call KernelPackage,pcmcia-nozomi))