Skip to content
Snippets Groups Projects
  1. Mar 11, 2015
    • Adam Wujek's avatar
      patches/barebox: fix tftp boot sequence · 1140c4b1
      Adam Wujek authored
      
      Second test of $? value was not always result of command
      "tftp $eth0.ipaddr/wrboot wrboot", but sometimes result of first if statement
      (in case first tftp was successful).
      
      In other words, when there was file wrboot-$eth0.ethaddr on tftp server, script
      was still fetching and executing wrboot.
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      1140c4b1
    • Adam Wujek's avatar
      Merge branch 'adam-snmp2' · 9aee73bf
      Adam Wujek authored
      Please not that some commits had non backward compatible changes in MIB.
      However, end result of MIB is backward compatible.
      9aee73bf
    • Adam Wujek's avatar
      userspace/snmpd: Prepare WR-SWITCH-MIB for redesign · a08d32c7
      Adam Wujek authored
      
      Please not that within this git branch there we non backward compatible changes
      in MIB.
      
      Move branch wrsPtpGlobals, wrsPortsTable and wrsTemperature to previously
      removed wrsPpsi. Moved branches and objects contain "X" at the end.
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      a08d32c7
  2. Mar 04, 2015