Separate Updates#
# Only update LuCI-related packages
opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade
# Update all upgradable packages, including OpenWRT kernel, etc.
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade
Batch Updates#
opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade