diff options
-rw-r--r-- | _plugins/firmwares.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_plugins/firmwares.rb b/_plugins/firmwares.rb index 48def3d..74ffadb 100644 --- a/_plugins/firmwares.rb +++ b/_plugins/firmwares.rb @@ -115,8 +115,8 @@ GROUPS = { }, "Raspberry Pi" => { models: [ - "Raspberry-Pi", - "Raspberry-Pi-2" + "", + "2" ], extract_rev: lambda { |model, suffix| nil }, }, |