Skip to content
Snippets Groups Projects
  1. Feb 17, 2019
  2. Feb 15, 2019
  3. Sep 28, 2018
  4. Jul 29, 2018
  5. Jul 27, 2018
  6. Jul 21, 2018
  7. Jul 01, 2018
    • Sven Eckelmann's avatar
      Alway initialize the config section · 222b96a3
      Sven Eckelmann authored
      The /lib/gluon/upgrade/500-ssid-changer script is called when the device is
      initialized, reconfigured or upgraded. It will set the configuration to the
      site content and prepare everything for the actual gluon_ssid_changer
      script.
      
      But it will check whether the ssid-changer.settings.enabled entry exists.
      If it does, then it will just ignore the values from the site and skip the
      initialization. But the problem here is that the package already provides
      this entry in his standard initialization. The section will therefore never
      get initialized and thus the package is disabled on all installations.
      
      Instead just copy the content of ssid-changer.settings.enabled when it
      exists and otherwise use the data from the site. And the rest of the
      configuration must always be copied from the site.
      222b96a3
    • Sven Eckelmann's avatar
      Fix config section type · b278a1a4
      Sven Eckelmann authored
      All places in the gluon_ssid_changer source code use the type "settings"
      for the main config section of the package. But the upgrade script switches
      this to "main" for no obvious reason.
      b278a1a4
    • Sven Eckelmann's avatar
      Fix access of site data while initializing config · 413b4910
      Sven Eckelmann authored
      The gluon.site module request that the structure elements are called to get
      the actual content of the string. The simple-uci will not do that and
      instead cause an exception because the caller didn't provide a string.
      413b4910
  8. Jun 27, 2018
  9. May 11, 2018
  10. Mar 19, 2018
  11. Mar 17, 2018
  12. Feb 28, 2018
  13. Feb 27, 2018
  14. Jan 23, 2018
  15. Sep 28, 2017
  16. Jul 04, 2017
  17. Jul 03, 2017
  18. Jun 29, 2017
  19. Jun 26, 2017
  20. Jun 23, 2017
  21. Jun 20, 2017
  22. Jun 19, 2017
  23. Jun 18, 2017
  24. Jun 17, 2017
Loading