소스 검색

fwknop: fix building without gpg

Timothy Redaelli 9 년 전
부모
커밋
eb23237cc1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      net/fwknop/Makefile

+ 1
- 1
net/fwknop/Makefile 파일 보기

@@ -87,7 +87,7 @@ define Package/libfko/description
87 87
 endef
88 88
 
89 89
 
90
-ifeq ($(CONFIG_FWKNOPD_GPG),n)
90
+ifneq ($(CONFIG_FWKNOPD_GPG),y)
91 91
 	CONFIGURE_ARGS += --without-gpgme 
92 92
 endif
93 93