mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 18:34:42 +02:00
[kernel package other] correct typos in titles of event device and HID devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15294 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7cd3612a8d
commit
4462a9c1f0
@ -594,7 +594,7 @@ $(eval $(call KernelPackage,input-core))
|
|||||||
|
|
||||||
define KernelPackage/input-evdev
|
define KernelPackage/input-evdev
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Input even device
|
TITLE:=Input event device
|
||||||
DEPENDS:=+kmod-input-core
|
DEPENDS:=+kmod-input-core
|
||||||
KCONFIG:=CONFIG_INPUT_EVDEV
|
KCONFIG:=CONFIG_INPUT_EVDEV
|
||||||
FILES:=$(LINUX_DIR)/drivers/input/evdev.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/input/evdev.$(LINUX_KMOD_SUFFIX)
|
||||||
@ -610,7 +610,7 @@ $(eval $(call KernelPackage,input-evdev))
|
|||||||
|
|
||||||
define KernelPackage/hid
|
define KernelPackage/hid
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Input even device
|
TITLE:=HID Devices
|
||||||
DEPENDS:=+kmod-input-core +kmod-input-evdev
|
DEPENDS:=+kmod-input-core +kmod-input-evdev
|
||||||
KCONFIG:=CONFIG_HID
|
KCONFIG:=CONFIG_HID
|
||||||
FILES:=$(LINUX_DIR)/drivers/hid/hid.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/hid/hid.$(LINUX_KMOD_SUFFIX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user