implement --force-postinstall option, this allows forcing the execution of postinstal...
[oweals/opkg-lede.git] / libopkg / opkg_conf.c
index bffeb845849db5643f560a2d4a89b5ec83f8058f..6dee5ac7634fcd676c8d813cde35d844e3df2d20 100644 (file)
@@ -53,6 +53,7 @@ opkg_option_t options[] = {
          { "force_downgrade", OPKG_OPT_TYPE_BOOL, &_conf.force_downgrade },
          { "force_reinstall", OPKG_OPT_TYPE_BOOL, &_conf.force_reinstall },
          { "force_space", OPKG_OPT_TYPE_BOOL, &_conf.force_space },
+         { "force_postinstall", OPKG_OPT_TYPE_BOOL, &_conf.force_postinstall },
           { "check_signature", OPKG_OPT_TYPE_BOOL, &_conf.check_signature },
          { "ftp_proxy", OPKG_OPT_TYPE_STRING, &_conf.ftp_proxy },
          { "http_proxy", OPKG_OPT_TYPE_STRING, &_conf.http_proxy },