mirror of https://github.com/hak5/openwrt.git
correct typos in titles of event device and HID devices
SVN-Revision: 15294lede-17.01
parent
2dcb4708a8
commit
9ced160263
|
@ -594,7 +594,7 @@ $(eval $(call KernelPackage,input-core))
|
|||
|
||||
define KernelPackage/input-evdev
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Input even device
|
||||
TITLE:=Input event device
|
||||
DEPENDS:=+kmod-input-core
|
||||
KCONFIG:=CONFIG_INPUT_EVDEV
|
||||
FILES:=$(LINUX_DIR)/drivers/input/evdev.$(LINUX_KMOD_SUFFIX)
|
||||
|
@ -610,7 +610,7 @@ $(eval $(call KernelPackage,input-evdev))
|
|||
|
||||
define KernelPackage/hid
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Input even device
|
||||
TITLE:=HID Devices
|
||||
DEPENDS:=+kmod-input-core +kmod-input-evdev
|
||||
KCONFIG:=CONFIG_HID
|
||||
FILES:=$(LINUX_DIR)/drivers/hid/hid.$(LINUX_KMOD_SUFFIX)
|
||||
|
|
Loading…
Reference in New Issue