opkg: add --no-check-certificate argument
[project/opkg-lede.git] / libopkg / opkg_conf.h
index 9cf76811a184591e913ff683c198203827b18e10..b63a1e6fdf7211af13367db377082e2ba8b36ee7 100644 (file)
@@ -78,6 +78,7 @@ struct opkg_conf {
        int force_checksum;
        int check_signature;
        int force_signature;
+       int no_check_certificate;
        int nodeps;             /* do not follow dependencies */
        int nocase;             /* perform case insensitive matching */
        char *offline_root;