2
0
forked from Ivasoft/openwrt

kernel: remove useless AddDepends/hid abstraction

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45134
This commit is contained in:
Felix Fietkau
2015-03-29 08:12:31 +00:00
parent b2f3e852d0
commit 0b39a6d4e9
4 changed files with 3 additions and 8 deletions

View File

@@ -1311,10 +1311,10 @@ $(eval $(call KernelPackage,usb-net-kalmia))
define KernelPackage/usb-hid
TITLE:=Support for USB Human Input Devices
KCONFIG:=CONFIG_HID_SUPPORT=y CONFIG_USB_HID CONFIG_USB_HIDDEV=y
DEPENDS:=+kmod-hid +kmod-hid-generic
FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
AUTOLOAD:=$(call AutoProbe,usbhid)
$(call AddDepends/usb)
$(call AddDepends/hid,+kmod-hid-generic)
$(call AddDepends/input,+kmod-input-evdev)
endef