1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

package/kernel: remove SetDepends not needed anymore

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2011-10-28 13:11:06 +00:00
parent c2e85f61ae
commit 00a1fec9df
3 changed files with 4 additions and 24 deletions

View File

@@ -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