mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:20:16 +02:00
Make sure we will build USB hid support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10719 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e6245b822d
commit
9480312ffe
@ -563,7 +563,7 @@ $(eval $(call KernelPackage,usb-net-cdc-ether))
|
||||
define KernelPackage/usb-hid
|
||||
$(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev)
|
||||
TITLE:=Support for USB Human Input Devices
|
||||
KCONFIG:=CONFIG_USB_HID
|
||||
KCONFIG:=CONFIG_HID_SUPPORT=y CONFIG_USB_HID
|
||||
FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
|
||||
AUTOLOAD:=$(call AutoLoad,70,usbhid)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user