Skip to content
Snippets Groups Projects
  1. Mar 29, 2015
  2. Mar 27, 2015
  3. 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
  4. Mar 05, 2015
  5. Mar 04, 2015
  6. Feb 17, 2015
  7. Feb 16, 2015
  8. Feb 15, 2015
  9. Feb 13, 2015
  10. 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
  11. Feb 01, 2015
  12. Jan 24, 2015
  13. Jan 20, 2015
  14. Jan 19, 2015
  15. Jan 17, 2015
  16. Jan 12, 2015
  17. Jan 11, 2015
    • Jo-Philipp Wich's avatar
      protobuf-c: use generic autoreconf fixup · bb160fa4
      Jo-Philipp Wich authored
      
      Invoke the generic autoreconf fixup instead of calling the shipped autogen.sh.
      
      This ensures that proper variants of libtoolize, autoconf, automake etc. are
      used, otherwise it is not possible to rebuild protobuf-c in the SDK env.
      
      The change requires backport to BB as it currently blocks the rebuild of ocerv.
      
      Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>
      bb160fa4
  18. Jan 10, 2015
Loading