From 440f5b1df43d9aa09eac70e7b4cfebf4a44de8d9 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 17 Sep 2007 01:34:31 +0000 Subject: move CAPI/ISDN module from other.mk to network.mk SVN-Revision: 8819 --- package/kernel/modules/other.mk | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'package/kernel/modules/other.mk') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index a6897d8..5cdc73e 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 -- cgit v1.1