From 00a1fec9dfaec8f76aa209994c6ede0744520438 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 28 Oct 2011 13:11:06 +0000 Subject: package/kernel: remove SetDepends not needed anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28653 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 dcab71fa2..951f7ac94 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.2.3