diff options
author | Avi H. D <strykar@hotmail.com> | 2016-11-25 02:19:35 +0530 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-26 22:00:30 +0100 |
commit | bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0 (patch) | |
tree | 35f4191d49fcf87434bbcd65ac552376568dee9f /package/kernel/linux/modules/input.mk | |
parent | 2c05fd7ef429cd4f10f44adf604bbc814b189c6b (diff) | |
download | upstream-bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0.tar.gz upstream-bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0.tar.bz2 upstream-bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0.zip |
kernel: fix typo in input-gpio-encoder package title
Line 115, 'rotary' was misspelled as 'rotay'
Signed off by: Avinash Duduskar <strykar@hotmail.com>
Diffstat (limited to 'package/kernel/linux/modules/input.mk')
-rw-r--r-- | package/kernel/linux/modules/input.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk index 23ead51485..e410fe8d0c 100644 --- a/package/kernel/linux/modules/input.mk +++ b/package/kernel/linux/modules/input.mk @@ -112,7 +112,7 @@ $(eval $(call KernelPackage,input-gpio-keys-polled)) define KernelPackage/input-gpio-encoder SUBMENU:=$(INPUT_MODULES_MENU) - TITLE:=GPIO rotay encoder + TITLE:=GPIO rotary encoder DEPENDS:=@GPIO_SUPPORT +kmod-input-core KCONFIG:=CONFIG_INPUT_GPIO_ROTARY_ENCODER FILES:=$(LINUX_DIR)/drivers/input/misc/rotary_encoder.ko |