分開更新#
# 僅更新LuCI相關軟體包
opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade
# 更新全部可更新軟體包,包含OpenWRT內核等
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade
批量更新#
opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade