opkg list-upgradable | cut -f 1 -d ’ ’ | while IFS=‘$\n’ read -r line; do opkg install $line ; done
官方不推荐update:https://openwrt.org/meta/infobox/upgrade_packages_warning
openwrt update all at once
于 2024-01-20 09:48:01 首次发布
opkg list-upgradable | cut -f 1 -d ’ ’ | while IFS=‘$\n’ read -r line; do opkg install $line ; done
官方不推荐update:https://openwrt.org/meta/infobox/upgrade_packages_warning