cli: implement --force-signature
[project/opkg-lede.git] / libopkg / opkg_conf.h
index 09437f13fff40691071b7428cdfa9a4078cfb7c3..ca77c88fb914b0647c1453430640cd0cb380a655 100644 (file)
@@ -80,6 +80,7 @@ struct opkg_conf
      int force_remove;
      int force_checksum;
      int check_signature;
+     int force_signature;
      int nodeps; /* do not follow dependencies */
      int nocase; /* perform case insensitive matching */
      char *offline_root;