Skip to content
Snippets Groups Projects
  1. Mar 07, 2016
  2. Feb 26, 2016
  3. Feb 25, 2016
  4. Dec 19, 2015
  5. Dec 11, 2015
  6. Dec 04, 2015
  7. Dec 03, 2015
  8. Nov 30, 2015
  9. Nov 26, 2015
  10. Nov 25, 2015
  11. Nov 24, 2015
  12. Sep 21, 2015
  13. Sep 04, 2015
  14. Jul 14, 2015
  15. Jul 08, 2015
  16. Feb 14, 2015
  17. Jan 20, 2015
    • John Crispin's avatar
      base-files: Use 200ms LED timing as before for the new phase preinit_regular. · 29207748
      John Crispin authored
      
      This restores normal pre-r43715 200ms blink-period for the System LED we're all accustomed to see while our OpenWrt routers are booting.
      
      Failsafe possibility will now be signalled with a new 100ms blinking, which is easily recognizable from the normal 200ms booting.
      
      So no existing user will be scared by a new 500ms LED pattern, since such a slow pattern could easily be mistaken for something wrong... I was like "ok why my router is collapsing now, is this a bad flash, a kernel panic, or what else" when I've seen it for the first time ;)
      
      Sorry for not having explained myself better in v1 of this patch.
      
      Original:
      Preinit, failsafe is possible: 200ms
      Preinit, failsafe not possible anymore, booting normally: 200ms
      Failsafe entered: 50ms
      
      Now (after preinit_regular has been introduced):
      Preinit, failsafe is possible: 200ms
      Preinit, failsafe not possible anymore, booting normally: 500ms *here is the "offending" change*
      Failsafe entered: 50ms
      
      With my proposed patch:
      Preinit, failsafe is possible: 100ms *indicate this condition with a new timing, that prompts the user to press the key if they want to start failsafe*
      Preinit, failsafe not possible anymore, booting normally: 200ms *keep this as before*
      Failsafe entered: 50ms
      
      Signed-off-by: default avatarVittorio Gambaletta <openwrt@vittgam.net>
      
      SVN-Revision: 44056
      29207748
  18. Jan 17, 2015
  19. Jan 08, 2015
  20. Dec 15, 2014
    • John Crispin's avatar
      add "preinit_regular" diag.sh set_state argument · 019ea725
      John Crispin authored
      
      This new argument is used right after starting regular preinit (which
      happens if failsafe wasn't triggered). The main purpose of "preinit"
      argument is to indicate that failsafe can be triggered, however we were
      missing a way to inform user that we don't wait for a trigger anymore.
      With this change it's clear when failsafe mode can be triggered.
      
      Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
      
      SVN-Revision: 43715
      019ea725
  21. Oct 14, 2014
    • John Crispin's avatar
      scripts: fix wrong usage of '==' operator · 20940138
      John Crispin authored
      
      [base-files] shell-scripting: fix wrong usage of '==' operator
      
      normally the '==' is used for invoking a regex parser and is a bashism.
      all of the fixes just want to compare a string. the used busybox-ash
      will silently "ignore" this mistake, but make it portable/clean at least.
      
      this patch does not change the behavior/logic of the scripts.
      
      Signed-off-by: default avatarBastian Bittorf <bittorf@bluebottle.com>
      
      SVN-Revision: 42911
      20940138
  22. Oct 09, 2014
Loading