Browse Source

fwknop: fix building without gpg

Timothy Redaelli 9 years ago
parent
commit
eb23237cc1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/fwknop/Makefile

+ 1
- 1
net/fwknop/Makefile View File

87
 endef
87
 endef
88
 
88
 
89
 
89
 
90
-ifeq ($(CONFIG_FWKNOPD_GPG),n)
90
+ifneq ($(CONFIG_FWKNOPD_GPG),y)
91
 	CONFIGURE_ARGS += --without-gpgme 
91
 	CONFIGURE_ARGS += --without-gpgme 
92
 endif
92
 endif
93
 
93