aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-27 12:49:55 +0100
committerFelix Fietkau <nbd@nbd.name>2017-02-01 17:49:53 +0100
commitf18f3c87f35b66100e954ad3adb23da144a3ec2e (patch)
tree48d464ffcb3cbc6551551c2bb4458730559fc197 /package/kernel
parenta112786acbe8866903fef11bea152d01dc6c13f1 (diff)
downloadupstream-f18f3c87f35b66100e954ad3adb23da144a3ec2e.tar.gz
upstream-f18f3c87f35b66100e954ad3adb23da144a3ec2e.tar.bz2
upstream-f18f3c87f35b66100e954ad3adb23da144a3ec2e.zip
rotary-gpio-custom: depend on Linux 3.18 and 4.4 (will not work on newer kernels)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/rotary-gpio-custom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/rotary-gpio-custom/Makefile b/package/kernel/rotary-gpio-custom/Makefile
index f338fe7ad0..e1cf7ff1de 100644
--- a/package/kernel/rotary-gpio-custom/Makefile
+++ b/package/kernel/rotary-gpio-custom/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/rotary-gpio-custom
SUBMENU:=Other modules
TITLE:=Custom GPIO-based rotary encoder device
- DEPENDS:=@GPIO_SUPPORT +kmod-input-gpio-encoder
+ DEPENDS:=@GPIO_SUPPORT +kmod-input-gpio-encoder @LINUX_3_18||LINUX_4_4
FILES:=$(PKG_BUILD_DIR)/rotary-gpio-custom.ko
KCONFIG:=
endef