fix kmod-usb-hid package build

SVN-Revision: 7378
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent df988938e6
commit 53c998915b

@ -333,17 +333,15 @@ endef
$(eval $(call KernelPackage,usb-net-asix))
define KernelPackage/usb-hid
$(call usbdep,@LINUX_2_6)
$(call usbdep,@LINUX_2_6 evdev)
TITLE:=Support for USB Human Input Devices
DESCRIPTION:=Kernel support for USB HID devices such as keyboards and mice
KCONFIG:=$(CONFIG_USB_HID)
AUTOLOAD:=$(call AutoLoad,70,usbhid evdev)
AUTOLOAD:=$(call AutoLoad,70,usbhid)
endef
define KernelPackage/usb-hid/2.6
FILES:= \
$(LINUX_DIR)/drivers/usb/input/usbhid.ko \
$(LINUX_DIR)/drivers/input/evdev.ko
FILES:=$(LINUX_DIR)/drivers/usb/input/usbhid.ko
endef
$(eval $(call KernelPackage,usb-hid))

Loading…
Cancel
Save