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