summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-08 21:12:31 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-08 21:12:31 +0000
commit487ff37fb6da4bd145fc90675cfbd3feb6f64cfe (patch)
tree98491e84476b1974b3099be2b14e22be973513a8 /package
parent0bacf692d0120e2ab4bb60caa114f5c817980374 (diff)
Add ISDN support (#1498)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index e8ef69d25..2aaa2ab39 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -140,6 +140,15 @@ define KernelPackage/nbd
endef
$(eval $(call KernelPackage,nbd))
+define KernelPackage/capi
+ TITLE:=CAPI Support
+ DESCRIPTION:=Kernel module for basic CAPI support
+ KCONFIG:=$(CONFIG_ISDN) $(CONFIG_ISDN_CAPI) $(CONFIG_ISDN_CAPI_CAPI20)
+ SUBMENU:=$(EMENU)
+ AUTOLOAD:=$(call AutoLoad,30,kernelcapi capi)
+ FILES:=$(MODULES_DIR)/kernel/drivers/isdn/capi/*capi.$(LINUX_KMOD_SUFFIX)
+endef
+$(eval $(call KernelPackage,capi))
define KernelPackage/pcmcia-core
TITLE:=PCMCIA/CardBus support