Skip to content
  1. Jan 20, 2020
    • Matt Merhar's avatar
      nut: fix other/otherflag custom variables in nut-server.init · 0b04dd34
      Matt Merhar authored
      
      
      This allows custom config parameters to be added to the generated config
      files, enabling the original intended functionality per
      https://openwrt.org/docs/guide-user/services/ups/software.nut.
      
      Example usage from /etc/config/nut_server:
      
      config driver 'apc'
      	option driver 'snmp-ups'
      	option snmp_version 'v3'
      	option port '172.16.100.5'
      	list other 'secLevel'
      	list other 'secName'
      	list other 'authPassword'
      	list otherflag 'notransferoids'
      
      config other 'other_secLevel'
      	option value 'authNoPriv'
      
      config other 'other_secName'
      	option value 'some_username'
      
      config other 'other_authPassword'
      	option value 'some_password'
      
      config other 'otherflag_notransferoids'
      	option value '1'
      
      Signed-off-by: default avatarMatt Merhar <mattmerhar@protonmail.com>
      0b04dd34
    • Rosen Penev's avatar
      Merge pull request #11040 from jefferyto/gpsd-3.20 · 40975c6c
      Rosen Penev authored
      gpsd: Update to 3.20, add/refresh patches
      40975c6c
  2. Jan 19, 2020
  3. Jan 18, 2020
  4. Jan 17, 2020
  5. Jan 16, 2020