diff --git a/var/mongoose/cgi-bin/pkg.jim b/var/mongoose/cgi-bin/pkg.jim index 861f7f13..ca83a13c 100755 --- a/var/mongoose/cgi-bin/pkg.jim +++ b/var/mongoose/cgi-bin/pkg.jim @@ -79,7 +79,8 @@ if {[llength $pkgs] > 0} { " foreach pkg $pkgs { - if {$filter && ![dict exists $::pkgmeta $pkg]} { continue } + if {$type ne "upgr" && $filter && \ + ![dict exists $::pkgmeta $pkg]} { continue } pkgrow [pkg load $pkg] } puts "" diff --git a/var/mongoose/html/pkg.shtml b/var/mongoose/html/pkg.shtml index bd7ada1d..d6e2a7c0 100644 --- a/var/mongoose/html/pkg.shtml +++ b/var/mongoose/html/pkg.shtml @@ -146,13 +146,13 @@ $(document).ready(function() {