X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libopkg%2Fopkg_download.c;h=bc1cfafc3e3bbaeca8ff6be7f7883e8f51508344;hb=21eb7f75a568f0c6e44836b89ca57f5d7846f5dc;hp=04073cf593f3659acd6749d8c76cd6ac888b2fd7;hpb=c47de3655a9329260b94cec745eec3c460aa1057;p=project%2Fopkg-lede.git diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c index 04073cf..bc1cfaf 100644 --- a/libopkg/opkg_download.c +++ b/libopkg/opkg_download.c @@ -346,7 +346,6 @@ opkg_verify_file (opkg_conf_t *conf, char *text_file, char *sig_file) return status; #else - opkg_message (conf, OPKG_NOTICE, "Signature check for %s was skipped because GPG support was not enabled in this build\n"); return 0; #endif }