aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/input.mk
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj <namiltd@yahoo.com>2024-09-21 09:19:11 +0200
committerRobert Marko <robimarko@gmail.com>2024-09-21 13:03:49 +0200
commite67aa1d5bf881bb4eba56efb06afc4ad514b0462 (patch)
tree0caa353fb24cb6ff87053becfe38c1a9b51fe5d6 /package/kernel/linux/modules/input.mk
parentdf12b9864c364d43d23562296133bfacfff78ae5 (diff)
downloadupstream-e67aa1d5bf881bb4eba56efb06afc4ad514b0462.tar.gz
upstream-e67aa1d5bf881bb4eba56efb06afc4ad514b0462.tar.bz2
upstream-e67aa1d5bf881bb4eba56efb06afc4ad514b0462.zip
packages: remove remnants of kernels below 6.6
Remove remnants of kernels below 6.6. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16432 Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/input.mk')
-rw-r--r--package/kernel/linux/modules/input.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk
index 89fba290055..4eafc7d6b15 100644
--- a/package/kernel/linux/modules/input.mk
+++ b/package/kernel/linux/modules/input.mk
@@ -179,7 +179,7 @@ $(eval $(call KernelPackage,input-touchscreen-ads7846))
define KernelPackage/input-touchscreen-edt-ft5x06
SUBMENU:=$(INPUT_MODULES_MENU)
TITLE:=EDT FT5x06 and Focaltech FT6236 based touchscreens
- DEPENDS:=+kmod-i2c-core +kmod-input-core +LINUX_6_6:kmod-regmap-i2c
+ DEPENDS:=+kmod-i2c-core +kmod-input-core +kmod-regmap-i2c
KCONFIG:= \
CONFIG_INPUT_TOUCHSCREEN=y \
CONFIG_TOUCHSCREEN_EDT_FT5X06