openwrt 更新

# 更新软件列表
opkg update

# 更新所有 LUCI 插件
opkg list-upgradable | grep luci- | cut -f 1 -d ' ' | xargs opkg upgrade
# 如果要更新所有软件,包括 OpenWRT 内核、固件等
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade
# 注意:此功能非特殊情况绝不使用!!!

Revision #3
Created 7 July 2022 10:06:42 by 余海
Updated 9 July 2022 19:29:49 by 余海