Skip to content
  1. Dec 10, 2016
  2. Dec 09, 2016
  3. Dec 06, 2016
  4. Dec 05, 2016
  5. Dec 04, 2016
  6. Dec 01, 2016
  7. Nov 25, 2016
  8. Nov 21, 2016
  9. Nov 19, 2016
  10. Nov 17, 2016
  11. Nov 15, 2016
  12. Nov 10, 2016
  13. Nov 08, 2016
    • Hannu Nyman's avatar
      luci-app-statistics: tweak 'cpufreq' number formatting · 4343b2f1
      Hannu Nyman authored
      
      
      Adjust number formatting to display >1GHz values better.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      4343b2f1
    • Hannu Nyman's avatar
      luci-app-statistics: add support for CPU frequency scaling stats · df3c8728
      Hannu Nyman authored
      
      
      Add support for 'cpufreq' plugin in collectd, which monitors
      the CPU cores' frequencies. Some platforms enable dynamic
      frequency scaling according to CPU load.
      
      'cpufreq' plugin can currently be built for x86 and mvebu.
      (and it should likely be enabled also for ipq806x)
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      df3c8728
    • Hannu Nyman's avatar
      time zone data: Update to 2016i · 3936e79c
      Hannu Nyman authored
      
      
      Note that several of the time zones now use a numeric name
      that is quoted with < >  (e.g. "<+03>-3")
      
      musl 1.1.15 and earlier have a bug with < > quoted time zone names.
      Fix for the bug
      * has already been patched in musl upstream with
        http://git.musl-libc.org/cgit/musl/commit/?id=8ca27ac4bfe73bff785d0c26c1de0da92b55e5c6
      * has been committed in LEDE with
        https://github.com/lede-project/source/commit/671cb35880308404a17c430c4b3b13dd506a5671
      * has been submitted to Openwrt as pull request
        https://github.com/openwrt/openwrt/pull/163
      
      Key changes in 2016d-2016i:
      ---------------------------
      
      2016d:
           America/Caracas switches from -0430 to -04 on 2016-05-01.
      
           Asia/Magadan switches from +10 to +11 on 2016-04-24.
      
           New zone Asia/Tomsk, split off from Asia/Novosibirsk.
      
      2016f:
           Asia/Novosibirsk switches from +06 to +07 on 2016-07-24.
      
           Asia/Novokuznetsk and Asia/Novosibirsk now use numeric time zone
           abbreviations instead of invented ones.
      
      2016g:
           Turkey switched from EET/EEST (+02/+03) to permanent +03,
           effective 2016-09-07. Use "+03" rather than an invented
           abbreviation for the new time.
      
           Several zones in Antarctica and the former Soviet Union, along
           with zones intended for ships at sea that cannot use POSIX TZ
           strings, now use numeric time zone abbreviations instead of
           invented or obsolete alphanumeric abbreviations.
      
      2016h:
           Asia/Gaza and Asia/Hebron end DST on 2016-10-29, not
           2016-10-21. Predict that future fall transitions will
           be on the last Saturday of October.
      
           Asia/Colombo now uses numeric time zone abbreviations like "+0530"
           instead of alphabetic ones like "IST" and "LKT".
      
      2016i:
           Pacific/Tongatapu begins DST on 2016-11-06, ending on
           2017-01-15.  Assume future observances in Tonga will be
           from the first Sunday in November through the third Sunday in
           January, like Fiji. Switch to numeric time zone abbreviations
           for this zone.
      
           Northern Cyprus is now +03 year round, causing a split in Cyprus
           time zones starting 2016-10-30 at 04:00. This creates a zone
           Asia/Famagusta.
      
           Antarctica/Casey switched from +08 to +11 on 2016-10-22.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      3936e79c
  14. Nov 01, 2016
    • Jo-Philipp Wich's avatar
      luci.mk: add simple cache buster · d7d97723
      Jo-Philipp Wich authored
      Append a ?v=version string to any media or resource URL that has a .js or .css
      extension.
      
      Also substitute placeholders in the form <%# xxxPKG_VERSION %> where
      xxx is replaced verbatim and PKG_VERSION with the actual version, e.g.
      <%# ?x=PKG_VERSION %> will result in "?x=git-16.237.30043-f885853b
      
      ".
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      d7d97723
  15. Oct 30, 2016