diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-08 21:12:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-08 21:12:31 +0000 |
commit | 16b81c87eb191c5af4c71cc290910d38b2482a60 (patch) | |
tree | 98491e84476b1974b3099be2b14e22be973513a8 /package/kernel | |
parent | baf4a9ed356e45d1c4ae4dabaa6f82cde51001b6 (diff) | |
download | upstream-16b81c87eb191c5af4c71cc290910d38b2482a60.tar.gz upstream-16b81c87eb191c5af4c71cc290910d38b2482a60.tar.bz2 upstream-16b81c87eb191c5af4c71cc290910d38b2482a60.zip |
Add ISDN support (#1498)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6905 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index e8ef69d252..2aaa2ab393 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 |