From a13f6a4b75f31140bf76a1ac9bb40e16e4542a2f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 28 Oct 2011 13:11:06 +0000 Subject: package/kernel: remove SetDepends not needed anymore SVN-Revision: 28653 --- package/kernel/modules/other.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/kernel/modules/other.mk') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index dcab71f..951f7ac 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -260,7 +260,6 @@ define KernelPackage/hid KCONFIG:=CONFIG_HID FILES:=$(LINUX_DIR)/drivers/hid/hid.ko AUTOLOAD:=$(call AutoLoad,61,hid) - $(call SetDepends/hid) $(call AddDepends/input,+kmod-input-evdev) endef @@ -275,7 +274,6 @@ define KernelPackage/input-core SUBMENU:=$(OTHER_MENU) TITLE:=Input device core KCONFIG:=CONFIG_INPUT - $(call SetDepends/input) FILES:=$(LINUX_DIR)/drivers/input/input-core.ko AUTOLOAD:=$(call AutoLoad,19,input-core) endef -- cgit v1.1