Jak zjistit, jakou verzi OpenWRT používáte

  1. Login na váš OpenWRT router pomocí SSH, např. pomocí
ssh_openwrt.sh
ssh root@192.168.1.1
  1. Print content /etc/openwrt_release:
cat_openwrt_release.sh
cat /etc/openwrt_release
  1. Tohle print, například
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'

Jak můžete vidět v DISTRIB_RELEASE line v output, používáme OpenWRT 21.02.0 na tomto router.


Podívejte se na podobné články podle kategorie: OpenWRT