diff options
author | Karel Kočí <cynerd@email.cz> | 2020-09-27 14:47:37 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-09-27 14:47:37 +0200 |
commit | 65ee98828b7d4efcb44f8360328ada6653cab1d3 (patch) | |
tree | 22a8770b7ff5693df2d236e79ec4d933d6deaeb9 /logc/Makefile | |
parent | e1d57e6a1754b017668ef4d0b58590fb4e9fa853 (diff) | |
download | openwrt-personal-pkgs-65ee98828b7d4efcb44f8360328ada6653cab1d3.tar.gz openwrt-personal-pkgs-65ee98828b7d4efcb44f8360328ada6653cab1d3.tar.bz2 openwrt-personal-pkgs-65ee98828b7d4efcb44f8360328ada6653cab1d3.zip |
logc, sentinel-fwlogs: additional fixes
Diffstat (limited to 'logc/Makefile')
-rw-r--r-- | logc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logc/Makefile b/logc/Makefile index f36ff5c..1a4eb58 100644 --- a/logc/Makefile +++ b/logc/Makefile @@ -20,6 +20,8 @@ PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE +PKG_BUILD_DEPENDS:=argp-standalone + PKG_INSTALL:=1 PKG_FIXUP:=autoreconf |