Skip to content
Snippets Groups Projects
  1. Oct 28, 2020
  2. Oct 22, 2020
  3. Oct 08, 2020
  4. Oct 07, 2020
    • Alessandro Rubini's avatar
      patches/buildroot: turn all patches into git ones (no change) · ae852163
      Alessandro Rubini authored
      
      This adds the git headers, so we can easily rebuild a buildroot-for-wrs
      tree to add more patches.
      
      This is how I do it now (where "wrs-build" and "wr-switch-sw" are
      at the same directory level.
      
         cd wrs-build
      
          mkdir tmp; cd tmp
         tar xf ../downloads/buildroot-2016.02.tar.bz2
         cd buildroot-2016.02/
      
         git init; git add .; git commit -m "buildroot-2016.02 as untarred"
         git am ../../../wr-switch-sw/patches/buildroot/00*
         mv .git ../../build/buildroot-2016.02/
      
         cd ../../build/buildroot-2016.02
         <work-here>
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      ae852163
    • Alessandro Rubini's avatar
      Fix monit problem with commit 9bc9dd16 · 8a971908
      Alessandro Rubini authored
      There is a monit-related problem in commit 9bc9dd16
      
      .
      
      The commit renames /etc/init.d/lldpd.sh into /etc/init.d/lldpd.bash
      whle adding a single stanza. Try "git diff e61eb08 9ebc5e2" to
      see the difference.
      
      But monit still uses the old name. Instead of changing monit
      (a two-liner, but adds noise because of .bash), this renames back
      the file to .sh and removes the needless bashism in the new stanza.
      
      Please note that calling stuff ".bash" makes no sense (suffixes
      make no sense most of the time!). The only thing rcS does is checking
      if the name is "*.sh", to just read it in the current shell instead
      of executing. So anything not ".sh" is executed, we don't need to
      special case .bash, .py or whatever.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      8a971908
  5. Sep 14, 2020
  6. Aug 28, 2020
  7. Aug 13, 2020
  8. Jul 11, 2020
  9. Jul 06, 2020
  10. Jun 12, 2020
  11. Jun 11, 2020
  12. Jun 10, 2020
  13. Jun 09, 2020
  14. Jun 08, 2020
  15. May 26, 2020
  16. May 25, 2020