add kmod-hfcpci
Changed: - Support added for mISDN card driver for Cologne AG's HFC pci cards (single port) - Title texts and help texts for some other isdn drivers adjusted for clarification Signed-off by: Arnold Schulz <arnysch@gmx.net> SVN-Revision: 26452
This commit is contained in:
parent
5959cd2850
commit
9f36adcf54
1 changed files with 22 additions and 3 deletions
|
@ -390,8 +390,26 @@ endef
|
|||
|
||||
$(eval $(call KernelPackage,ssb-gige))
|
||||
|
||||
|
||||
define KernelPackage/hfcpci
|
||||
TITLE:=HFC PCI cards (single port) support for mISDN
|
||||
KCONFIG:=CONFIG_MISDN_HFCPCI
|
||||
DEPENDS:=+kmod-misdn
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
FILES:=$(LINUX_DIR)/drivers/isdn/hardware/mISDN/hfcpci.ko
|
||||
AUTOLOAD:=$(call AutoLoad,31,hfcpci)
|
||||
endef
|
||||
|
||||
define KernelPackage/hfcpci/description
|
||||
Kernel modules for Cologne AG's HFC pci cards (single port)
|
||||
using the mISDN V2 stack.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,hfcpci))
|
||||
|
||||
|
||||
define KernelPackage/hfcmulti
|
||||
TITLE:=HFC multiport cards (HFC-4S/8S/E1)
|
||||
TITLE:=HFC multiport cards (HFC-4S/8S/E1) support for mISDN
|
||||
KCONFIG:=CONFIG_MISDN_HFCMULTI
|
||||
DEPENDS:=+kmod-misdn
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
|
@ -400,7 +418,8 @@ define KernelPackage/hfcmulti
|
|||
endef
|
||||
|
||||
define KernelPackage/hfcmulti/description
|
||||
HFC multiport cards (HFC-4S/8S/E1) support
|
||||
Kernel modules for Cologne AG's HFC multiport cards (HFC-4S/8S/E1)
|
||||
using the mISDN V2 stack.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,hfcmulti))
|
||||
|
@ -408,7 +427,7 @@ $(eval $(call KernelPackage,hfcmulti))
|
|||
|
||||
define KernelPackage/gigaset
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Siemens Gigaset support (isdn)
|
||||
TITLE:=Siemens Gigaset support for isdn4linux
|
||||
DEPENDS:=@USB_SUPPORT +kmod-isdn4linux +kmod-crc-ccitt +kmod-usb-core
|
||||
URL:=http://gigaset307x.sourceforge.net/
|
||||
KCONFIG:= \
|
||||
|
|
Loading…
Reference in a new issue