lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit eb23237cc1e1030235f409f66149b9efc59a8495
parent 6981734402295519275c0d72c11924e7a146089b
Author: Timothy Redaelli <timothy.redaelli@gmail.com>
Date:   Tue,  1 Sep 2015 15:21:35 +0200

fwknop: fix building without gpg

Diffstat:
Mnet/fwknop/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/fwknop/Makefile b/net/fwknop/Makefile @@ -87,7 +87,7 @@ define Package/libfko/description endef -ifeq ($(CONFIG_FWKNOPD_GPG),n) +ifneq ($(CONFIG_FWKNOPD_GPG),y) CONFIGURE_ARGS += --without-gpgme endif