Skip to content
Snippets Groups Projects
  1. Jun 17, 2015
  2. Jun 10, 2015
  3. May 25, 2015
  4. May 08, 2015
  5. May 05, 2015
  6. Apr 30, 2015
  7. Apr 19, 2015
  8. Mar 29, 2015
  9. Mar 27, 2015
  10. Mar 25, 2015
    • Sebastian Moeller's avatar
      sqm-scripts: clean up interface selection for hotplugging · 74e3c57f
      Sebastian Moeller authored
      
      The initial conversion to restart sqm on interfaces it is configured
      for in case of (transient) dis- and reappearance was half finished.
      These changes clean up the handling of exlicitly passed interfaces
      in run.sh: no second argument defaults to all configured interfaces
      the alternative is an individual interface name passed as 2nd
      argument to run.sh. The first argument either is start or stop.
      No argument at all will behave as if start was passed.
      Survives light testing...
      
      Signed-off-by: default avatarSebastian Moeller <moeller0@gmx.de>
      74e3c57f
    • Sebastian Moeller's avatar
      sqm-scripts: change default for qdisc target parameter · 6604f9ed
      Sebastian Moeller authored
      
      Alan Jenkins noted a bug in the smq luci GUI that effectively
      erased several configuration paramters if two checkboxes were deselected.
      This behaviour seems consistent in luci but certainly has the potential
      to confuse users. While confusion can not really be avoided generally
      it seems wise to change the default interpretation for empty or non-existent
      itarget and etarget variables from the qdisc's default (5ms in the case of
      one of the codels) to automatic determination of tghis variable dependent on
      the configured bandwidth, as codels target variable should be large enough
      to contain at least one full packet. With this change sqm-scripts will
      do the right thing by default, but will yet allow the user to specify
      over-ridding values (as long as the user does not un-check the
      entry-field exposing check boxes). Survives light testing...
      This change set also changes the sqm-scripts luci gui to note the user
      of the change. For compatibility with existing setups sqm-scripts
      will still honor "auto" as an alternative explicit way of requesting
      automatic target selection. This might turn into a warning in the future
      and might be phased out...
      
      Signed-off-by: default avatarSebastian Moeller <moeller0@gmx.de>
      6604f9ed
    • Toke Høiland-Jørgensen's avatar
      Merge pull request #918 from hnyman/sqm-backport · c13e819d
      Toke Høiland-Jørgensen authored
      Sqm-scripts backport to BB14.07
      c13e819d
  11. Mar 05, 2015
  12. Mar 04, 2015
  13. Feb 17, 2015
  14. Feb 16, 2015
  15. Feb 15, 2015
  16. Feb 13, 2015
  17. Feb 09, 2015
    • Jo-Philipp Wich's avatar
      libtorrent: remove manual autoconf invocation · 071bec07
      Jo-Philipp Wich authored
      
      The Makefile already uses the proper autoreconf fixup but leaves a manual
      autoconf invocation in place.
      
      The bad autoconf call leads to the following build error in the SDK:
      
      	configure.ac:3: installing `./config.guess'
      	configure.ac:3: installing `./config.sub'
      	configure.ac:20: installing `./install-sh'
      	configure.ac:20: installing `./missing'
      	src/Makefile.am: installing `./depcomp'
      	autoreconf: Leaving directory `.'
      	aclocal...
      	autoheader...
      	libtoolize... libtoolize nor glibtoolize not found
      	make[2]: *** [.../.configured_] Error 1
      
      Remove the entire Build/Configure override to let libtorrent build correctly.
      
      Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>
      071bec07
    • Jo-Philipp Wich's avatar
      rtorrent: remove manual autoconf invocation · 83c747ea
      Jo-Philipp Wich authored
      
      The Makefile already uses the proper autoreconf fixup but leaves a manual
      autoconf invocation in place.
      
      The bad autoconf call leads to the following build error in the SDK:
      
      	( cd .../rtorrent-0.9.4-git; ./autogen.sh );
      	aclocal...
      	autoheader...
      	libtoolize... libtoolize nor glibtoolize not found
      	make[2]: *** [.../rtorrent-0.9.4-git/.configured_] Error 1
      
      Remove the entire Build/Configure override to let rtorrent build correctly.
      
      Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>
      83c747ea
  18. Feb 01, 2015
  19. Jan 24, 2015
  20. Jan 20, 2015
  21. Jan 19, 2015
Loading