更新の分割#
# 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