From 50584c3b665e93b4b4fef40731ffe00fbdee25bc Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 17 Sep 2007 01:34:31 +0000 Subject: 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 --- 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 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 -- cgit v1.2.3