如何查看你正在运行的 OpenWRT 版本
- 使用 SSH 登录到你的 OpenWRT 路由器,例如使用
ssh_openwrt.sh
ssh root@192.168.1.1- 打印
/etc/openwrt_release的内容:
cat_openwrt_release.sh
cat /etc/openwrt_release- 这将打印,例如
openwrt_release.txt
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='21.02.0'
DISTRIB_REVISION='r16279-5cc0535800'
DISTRIB_TARGET='ipq40xx/generic'
DISTRIB_ARCH='arm_cortex-a7_neon-vfpv4'
DISTRIB_DESCRIPTION='OpenWrt 21.02.0 r16279-5cc0535800'
DISTRIB_TAINTS='no-all busybox'如你在输出中的 DISTRIB_RELEASE 行所见,我们在此路由器上运行 OpenWRT 21.02.0。
Check out similar posts by category:
OpenWRT
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow