diff --git a/src/gui/opkg_manager.cpp b/src/gui/opkg_manager.cpp index 3eb911c8c..b4a88e93b 100644 --- a/src/gui/opkg_manager.cpp +++ b/src/gui/opkg_manager.cpp @@ -76,7 +76,7 @@ static const string pkg_types[OM_MAX] = OPKG_CL " list ", OPKG_CL " list-installed ", OPKG_CL " list-upgradable ", - OPKG_CL " update ", + OPKG_CL " -A update ", OPKG_CL OPKG_CL_CONFIG_OPTIONS " upgrade ", OPKG_CL OPKG_CL_CONFIG_OPTIONS " remove ", OPKG_CL " info ",