Searched refs:inst_ver (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/others/
H A Dipkg989 local inst_ver="`ipkg_status_sd $sd $pkg Version | ipkg_extract_value`"
990 if [ -n "$inst_ver" ]; then
994 echo "Assuming locally installed package $pkg ($inst_ver) is up to date"
998 if [ "$avail_ver" = "$inst_ver" ]; then
999 echo "Package $pkg ($inst_ver) installed in $dest_name is up to date"
1000 elif ipkg_is_upgrade "$avail_ver" "$inst_ver"; then
1001 echo "Upgrading $pkg ($dest_name) from $inst_ver to $avail_ver"
1004 echo "Not downgrading package $pkg from $inst_ver to $avail_ver"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/others/
H A Dipkg989 local inst_ver="`ipkg_status_sd $sd $pkg Version | ipkg_extract_value`"
990 if [ -n "$inst_ver" ]; then
994 echo "Assuming locally installed package $pkg ($inst_ver) is up to date"
998 if [ "$avail_ver" = "$inst_ver" ]; then
999 echo "Package $pkg ($inst_ver) installed in $dest_name is up to date"
1000 elif ipkg_is_upgrade "$avail_ver" "$inst_ver"; then
1001 echo "Upgrading $pkg ($dest_name) from $inst_ver to $avail_ver"
1004 echo "Not downgrading package $pkg from $inst_ver to $avail_ver"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/others/
H A Dipkg989 local inst_ver="`ipkg_status_sd $sd $pkg Version | ipkg_extract_value`"
990 if [ -n "$inst_ver" ]; then
994 echo "Assuming locally installed package $pkg ($inst_ver) is up to date"
998 if [ "$avail_ver" = "$inst_ver" ]; then
999 echo "Package $pkg ($inst_ver) installed in $dest_name is up to date"
1000 elif ipkg_is_upgrade "$avail_ver" "$inst_ver"; then
1001 echo "Upgrading $pkg ($dest_name) from $inst_ver to $avail_ver"
1004 echo "Not downgrading package $pkg from $inst_ver to $avail_ver"

Completed in 104 milliseconds