[source] rotary-gpio-custom: depend on Linux 3.18 and 4.4 (will not work on newer kernels)
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 1 08:50:15 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/f18f3c87f35b66100e954ad3adb23da144a3ec2e
commit f18f3c87f35b66100e954ad3adb23da144a3ec2e
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 27 12:49:55 2017 +0100
rotary-gpio-custom: depend on Linux 3.18 and 4.4 (will not work on newer kernels)
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/kernel/rotary-gpio-custom/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/rotary-gpio-custom/Makefile b/package/kernel/rotary-gpio-custom/Makefile
index f338fe7..e1cf7ff 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
More information about the lede-commits
mailing list