summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r--package/kernel/modules/other.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index a6897d8eb..5cdc73ef6 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -156,27 +156,6 @@ endef
$(eval $(call KernelPackage,soundcore))
-define KernelPackage/capi
- SUBMENU:=$(OTHER_MENU)
- TITLE:=CAPI Support
- DEPENDS:=@LINUX_2_6
- KCONFIG:= \
- CONFIG_ISDN \
- CONFIG_ISDN_CAPI \
- CONFIG_ISDN_CAPI_CAPI20
- FILES:= \
- $(LINUX_DIR)/drivers/isdn/capi/kernelcapi.$(LINUX_KMOD_SUFFIX) \
- $(LINUX_DIR)/drivers/isdn/capi/capi.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,30,kernelcapi capi)
-endef
-
-define KernelPackage/capi/description
- Kernel module for basic CAPI support
-endef
-
-$(eval $(call KernelPackage,capi))
-
-
define KernelPackage/pcmcia-core
SUBMENU:=$(OTHER_MENU)
TITLE:=PCMCIA/CardBus support