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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user