Skip to content
Snippets Groups Projects
  1. Mar 09, 2020
  2. Mar 07, 2020
  3. Mar 03, 2020
    • Marc Benoit's avatar
      irqbalance: support reload_config & start later · bbc1b302
      Marc Benoit authored
      
      Added support for reload_config
      
      This service does not need to start so early (even
      before the netwrok is up). Start it after
      the device is mostly up and operational.
      
      Compile-tested on: ipq806x
      Runtime-tested on: ipq806x
      
      Signed-off-by: default avatarMarc Benoit <marcb62185@gmail.com>
      (cherry picked from commit b6078559)
      bbc1b302
    • Marc Benoit's avatar
      irqbalance: add support of interval and banirq · cdd892c9
      Marc Benoit authored
      
      Added the ability to change sampling interval
      and provide a list of IRQ's to ignore
      via /etc/config/irqbalance
      
      Signed-off-by: default avatarMarc Benoit <marcb62185@gmail.com>
      (cherry picked from commit b7a99b23)
      cdd892c9
    • Marc Benoit's avatar
      irqbalance: upgrade to 1.6.0 · cceb2c3a
      Marc Benoit authored
      
      Upgraded from 1.2.0 to 1.6.0 to pick up
      all the latest fixes and improvements
      
      irqbalance made glib2 mandatory since 1.3.0, but is
      using very little of it. glib2 linked statically
      to minimize the impact.
      
      1.2.0 size: 33,619
      1.6.0 size: 99,539
      
      ~# irqbalance --version
      	irqbalance version 1.6.0
      
      ~# ldd /usr/sbin/irqbalance
      	/lib/ld-musl-armhf.so.1 (0xb6f5f000)
      	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6f43000)
      	libc.so => /lib/ld-musl-armhf.so.1 (0xb6f5f000)
      
      ~# opkg info irqbalance
      	Package: irqbalance
      	Version: 1.6.0-6
      	Depends: libc
      	Status: install user installed
      	Architecture: arm_cortex-a7_neon-vfpv4
      	Installed-Time: 1582839249
      
      Compile-tested: ipq806x/R7800 & ipq40xx/GL-B1300
      Run-tested:     ipq806x/R7800 & ipq40xx/GL-B1300
      
      Signed-off-by: default avatarMarc Benoit <marcb62185@gmail.com>
      (cherry picked from commit bdcb872a)
      cceb2c3a
  4. Mar 02, 2020
    • Marc Benoit's avatar
      syncthing: enable via config, lower priority, cleanup · a7d3b91c
      Marc Benoit authored
      
      Added the ability to enable/disable via a config file;
      the default is enabled for backwards compatibility.
      
      This is an additional service, so running it the
      same priority as dnsmasq, etc does not make sense.
      
      Added USE_PROCD=1
      
      "done" starts at "START=95", so this should start earlier
      
      Added STOP=10 to stop syncthing early
      
      Compile-tested on: ipq806x, ipq40xx
      Runtime-tested on: ipq806x, ipq40xx
      
      Signed-off-by: default avatarMarc Benoit <marcb62185@gmail.com>
      (cherry picked from commit 6f687746)
      a7d3b91c
  5. Mar 01, 2020
  6. Feb 23, 2020
  7. Feb 22, 2020
  8. Feb 16, 2020
  9. Feb 08, 2020
  10. Feb 04, 2020
    • Rosen Penev's avatar
      shadow: update to 4.8.1 · 90e59669
      Rosen Penev authored
      
      Fixed license information.
      
      Removed patch requiring autoreconf and replaced with a configure variable.
      
      Removed faulty patch that broke systems without a disabled crypt size hack.
      Replaced with using a SED command as well as bcrypt, which works in musl.
      
      Removed su patch and converted it to a SED command in the Makefile.
      
      Added new shadow utilities.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      (cherry picked from commit 87e5ded0)
      90e59669
  11. Jan 30, 2020
  12. Jan 24, 2020
  13. Jan 19, 2020
  14. Dec 29, 2019
  15. Dec 21, 2019
  16. Dec 12, 2019
  17. Dec 07, 2019
  18. Dec 02, 2019
  19. Dec 01, 2019
  20. Nov 30, 2019
Loading