projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244b78e
)
Make sure we will build USB hid support
author
Florian Fainelli
<florian@openwrt.org>
Thu, 3 Apr 2008 13:51:14 +0000
(13:51 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 3 Apr 2008 13:51:14 +0000
(13:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10719
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index
f3035f4
..
bfe14f6
100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-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