diff --git a/addon/lib/rmupdate.tcl b/addon/lib/rmupdate.tcl index a31193b..0800ad3 100644 --- a/addon/lib/rmupdate.tcl +++ b/addon/lib/rmupdate.tcl @@ -1064,9 +1064,7 @@ proc ::rmupdate::get_available_firmware_downloads {} { set fn [lindex [split $href "/"] end] set tmp [split $fn "-"] set v [lindex $tmp [expr {[llength $tmp] - 1}]] - if { $v == "rpi3" && $rpi_version == "rpi2" } { - write_log 4 "Using rpi3 package for rpi2: ${href}" - } elseif { $v == "ova" && $rpi_version == "ova-KVM" } { + if { $v == "ova" && $rpi_version == "ova-KVM" } { write_log 4 "Using ova package for ova-KVM: ${href}" } elseif { $rpi_version != $v } { continue