Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
    • Karel Koci's avatar
      lists: fix model detection · 37c522bb
      Karel Koci authored
      Upstream changed names of variables in /etc/os-release to correspond to
      correct project name. It is no longer Lede but once again OpenWRT.
      Verified
      37c522bb
  2. Jul 09, 2019
  3. Apr 24, 2019
  4. Apr 15, 2019
  5. Apr 08, 2019
  6. Mar 20, 2019
  7. Jan 28, 2019
    • Karel Koci's avatar
      Nonabsolute lists · d486e0b3
      Karel Koci authored
      This creates lists that can be included in to each other. This is done
      by hack that original script calling one of these lists passes base URI
      to access sources and that is later reused. This is how relative URI
      should work in future but it is not completed now so we can overcome it
      this way and have almost same support.
      
      This also means that we no longer have to specify target branch for
      lists because it no longer matters.
      
      Fallback branch is for now dropped because we are not doing small build
      at the moment. We should in future return to them but they will be
      implemented differently then fallback branch is.
      
      This also does some base list cleanup.
      Verified
      d486e0b3
  8. 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
  9. Aug 07, 2018
  10. Jul 03, 2018
    • Karel Koci's avatar
      lists: generalize lists for all boards · d2eac317
      Karel Koci authored
      Make lists general. Board specific packages are handled by lua not m4
      that meanst that we have same lists for all boards and specific sections
      are ignored/skipped depending on model variable.
      Verified
      d2eac317
  11. Mar 20, 2018
  12. Feb 16, 2018
Loading