Skip to content
Snippets Groups Projects
  1. Nov 09, 2020
  2. Nov 05, 2020
  3. Nov 03, 2020
  4. Oct 30, 2020
  5. Oct 29, 2020
  6. Oct 20, 2020
  7. Oct 18, 2020
  8. Oct 13, 2020
    • Karel Koci's avatar
      patches/openwrt: disable root account · 16e891a9
      Karel Koci authored and Karel Koci's avatar Karel Koci committed
      This disables root account.
      
      Placing of this patch expects it to be caried for a long time so it was
      moved to second possition while current second patch was moved to thid.
      That makes it of same number as existing patch but that patch is going
      to be dropped in future so no harm to have them with same number for
      now.
      Verified
      16e891a9
  9. Sep 29, 2020
  10. Sep 24, 2020
  11. Sep 22, 2020
  12. Aug 12, 2020
  13. Aug 11, 2020
  14. Aug 05, 2020
    • Karel Koci's avatar
      openwrt: clean and add service_wanted · 280ea3d8
      Karel Koci authored
      Atlas and netdata services are new services that can be installed trough
      package lists. They should be also automatically activated.
      
      sentinel-dynfw-ipset is not longer present in system as it was drop in
      favor of different approach.
      
      socat is not longer used as service since uCollect times.
      Verified
      280ea3d8
  15. Jul 27, 2020
  16. Jul 17, 2020
  17. Jul 12, 2020
  18. Jul 11, 2020
  19. Jul 10, 2020
  20. Jul 09, 2020
  21. Jul 08, 2020
  22. Jul 05, 2020
  23. Jul 02, 2020
  24. Jun 30, 2020
  25. Jun 27, 2020
  26. Jun 25, 2020
    • Karel Koci's avatar
      patches/openwrt: Add link signature to packages · f7b200c8
      Karel Koci authored
      This should in future replace potentially automatic package version
      bumping patch. This should be cleaner solution for same problem as it
      won't tamper with versions and does not need server-side database.
      
      Problem with tampering with version is that matching version exactly was
      then pretty much broken. Once package was bumped the version did not
      match. It is impossible to update dependency easily enough when package
      bump occurs.
      
      The idea is that updater just matches signature that should be
      consistent between builds (unless dynamic link dependencies changed of
      course). When build results to package with different link dependencies
      then signature changes and updater reinstall such package to version
      from repository that is consistent. Version stays the same all the time.
      
      Signature is generated from two sources. Dynamic library names and
      dynamic symbols that are linked to those libraries are included.
      Verified
      f7b200c8
  27. Jun 22, 2020