libgpiod: remove dependency to kernel version 9339/head
authorMartin Schiller <ms@dev.tdt.de>
Thu, 27 Jun 2019 11:41:49 +0000 (13:41 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Thu, 27 Jun 2019 11:41:49 +0000 (13:41 +0200)
Now that we only use kernel versions that support libgpiod,
we can remove the dependency on the kernel version.

This enables libgpiod to be used with linux 4.19.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
libs/libgpiod/Makefile

index 643ff9b7a1677122970f3b2f6e69efd0b9e6bef7..d710f59cdc3cc84823eb4fceb0a6f0f18f79ecb9 100644 (file)
@@ -34,7 +34,7 @@ define Package/libgpiod
   CATEGORY:=Libraries
   URL:=https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
   TITLE:=Library for interacting with Linux's GPIO character device
-  DEPENDS:=@GPIO_SUPPORT @(LINUX_4_9||LINUX_4_14)
+  DEPENDS:=@GPIO_SUPPORT
 endef
 
 define Package/libgpiod/description