fwknop: fix building without gpg

This commit is contained in:
Timothy Redaelli
2015-10-09 17:10:13 +02:00
parent 6981734402
commit eb23237cc1
+1 -1
View File
@@ -87,7 +87,7 @@ define Package/libfko/description
endef
ifeq ($(CONFIG_FWKNOPD_GPG),n)
ifneq ($(CONFIG_FWKNOPD_GPG),y)
CONFIGURE_ARGS += --without-gpgme
endif