diff --git a/net/fwknop/Makefile b/net/fwknop/Makefile index 13c2681f5..2114cc9aa 100644 --- 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