Skip to content
Snippets Groups Projects
  1. Dec 16, 2019
  2. Dec 09, 2019
  3. Sep 02, 2019
    • Karel Koci's avatar
      lists: drop luci-mod-admin-full from nas pkglist · 03b8bdb6
      Karel Koci authored
      This allows access to file browser in Luci but this is very limited
      access. There seems to be a problem with displaying files and there is
      no way to modify files at all so this is kind of useless. This is also
      not directly accessible trough Luci but you have to know specific URI to
      access it. This makes it probably just fully unknown to users so let's
      just drop it.
      Verified
      03b8bdb6
    • Karel Koci's avatar
      lists: drop comments that were not adding anything of value · 39640ae2
      Karel Koci authored
      These comments are effectively just repeating what code says. It should
      be pretty much clear from code and file name what specific include
      contains so no comment is needed.
      
      dnl is left in place to eat up new line character after include
      directive.
      Verified
      39640ae2
    • Karel Koci's avatar
      lists: fix problems with not removed luci applications · e1562181
      Karel Koci authored
      This reverts to previous approach for Luci localization packages. It
      introduces back problems that language packages are installed only to
      apps introduced by updater lists but there is no way around it. This
      implementation was problematic as it kept installed packages in place
      because of language packages depending on package that was suppose to be
      removed. This meant that such package was hold in place by language
      package that was in turn hold in place by information that parent
      package is installed. It created cycle that updater was not able to
      break (only opkg). This fixes this issue.
      Verified
      e1562181
  4. Jul 09, 2019
  5. Jun 28, 2019
  6. May 13, 2019
  7. May 06, 2019
    • Karel Koci's avatar
      lists: move kmod-usb2 to base install · 829c4c85
      Karel Koci authored
      I don't see a reason why we should exclude usb2 from base installation.
      It is hardware support and all our devices do have usb ports so let's
      support them in default in their completeness.
      Verified
      829c4c85
  8. Apr 08, 2019
  9. Mar 15, 2019
  10. Dec 11, 2018
  11. Aug 14, 2018
    • Karel Koci's avatar
      lists: simplify checks with minimal version of updater check · 16a48675
      Karel Koci authored
      There has to be step between 3.x and 4.x version because of other
      reasons than updater's incompatibility. That gives us possibility to
      define new lowest supported version of updater-ng for 4.x releases.
      Thanks to that we can remove some obsolete crap.
      
      It is planned to bump minimal version of updater even higher as soon as
      relevant updater's release is out.
      Verified
      16a48675
  12. Aug 07, 2018
  13. Feb 22, 2018
  14. Feb 16, 2018