aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-17 01:34:31 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-17 01:34:31 +0000
commit7c2ee31629568423982ff12bd357e49e58c8c87a (patch)
tree2a08258b663e431cccb6695e6ddeec2c87c0020f /package/kernel/modules/other.mk
parent2bf61a9094a0329b6a7cc300117e98fec05b2125 (diff)
downloadmaster-187ad058-7c2ee31629568423982ff12bd357e49e58c8c87a.tar.gz
master-187ad058-7c2ee31629568423982ff12bd357e49e58c8c87a.tar.bz2
master-187ad058-7c2ee31629568423982ff12bd357e49e58c8c87a.zip
move CAPI/ISDN module from other.mk to network.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8819 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a6897d8eb6..5cdc73ef63 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