From 8b77360d9769623669a9e23f332606ae9d0053af Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 23 Jul 2007 01:22:40 +0000 Subject: add missing dependencies and kernel config options git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8112 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/kernel/modules/other.mk') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 549019a74..9404660e2 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -157,6 +157,7 @@ define KernelPackage/capi TITLE:=CAPI Support DESCRIPTION:=Kernel module for basic CAPI support KCONFIG:=CONFIG_ISDN CONFIG_ISDN_CAPI CONFIG_ISDN_CAPI_CAPI20 + DEPENDS:=@LINUX_2_6 SUBMENU:=$(EMENU) AUTOLOAD:=$(call AutoLoad,30,kernelcapi capi) FILES:=$(LINUX_DIR)/drivers/isdn/capi/*capi.$(LINUX_KMOD_SUFFIX) @@ -363,6 +364,7 @@ define KernelPackage/input-core TITLE:=Input device core DESCRIPTION:=Kernel modules for support of input device SUBMENU:=$(EMENU) + DEPENDS:=@LINUX_2_6 KCONFIG:=CONFIG_INPUT FILES:=$(LINUX_DIR)/drivers/input/input-core.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,input-core) -- cgit v1.2.3