From ad9f334ee8ef6517f57cc064d67d6d1b4335934b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 23 Jul 2007 01:22:40 +0000 Subject: add missing dependencies and kernel config options SVN-Revision: 8112 --- 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 549019a..9404660 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.1