Browse Source

Merge pull request #9339 from TDT-AG/pr/20190627-libgpiod-dependency

libgpiod: remove dependency to kernel version
lilik-openwrt-22.03
Michael Heimpold 6 years ago
committed by GitHub
parent
commit
c92ef21886
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libgpiod/Makefile

+ 1
- 1
libs/libgpiod/Makefile View 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


Loading…
Cancel
Save