Skip to content
Snippets Groups Projects
  1. Jun 06, 2022
    • Josef Schlehofer's avatar
      Fix Turris 1.x detection · 75270571
      Josef Schlehofer authored
      This fixes behavior when command hw-type failed to detect which model
      are Turris 1.x routers.
      
      Before:
      ```
      root@turris:~# crypto-wrapper hw-type
      crypto-wrapper: error: Unknown device model: 'Turris 1.x'
      ```
      
      After:
      ```
      root@turris:~# crypto-wrapper hw-type
      atsha
      ```
      
      The model is taken from /tmp/sysinfo/model (row 15), this returns:
      ```
      root@turris:~# cat /tmp/sysinfo/model
      Turris 1.x
      ```
      Verified
      75270571
  2. Mar 18, 2019
  3. Mar 14, 2019
  4. Feb 22, 2019
  5. Feb 21, 2019
  6. Feb 16, 2019
  7. Feb 07, 2019