010-opkg-force-depends.patch 300 B

12345678910111213
  1. --- a/src/opkg-cl.c
  2. +++ b/src/opkg-cl.c
  3. @@ -255,6 +255,10 @@ static int args_parse(int argc, char *argv[])
  4. }
  5. }
  6. + conf->force_depends = 1;
  7. + conf->force_checksum = 1;
  8. + conf->force_overwrite = 1;
  9. +
  10. if (!conf->conf_file && !conf->offline_root)
  11. conf->conf_file = xstrdup("/etc/opkg.conf");