Skip to content
Snippets Groups Projects
  1. Apr 21, 2015
  2. Apr 10, 2015
    • Adam Wujek's avatar
      userspace/wrsw_hal: fix reading dotconfig · 2fa02f9f
      Adam Wujek authored
      
      Null is returned when there is unsuccessful read from dotconfig
      (function libwr_cfg_get). Function atoi rely on valid string passed as
      parameter. If dotconfig parameter does not exist, atoi will crash wrsw_hal.
      Added checking whether valid string is returned from libwr_cfg_get.
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      2fa02f9f
  3. Mar 12, 2015
  4. 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