- pass the station details to the "rev" call so the uplink section
stays resolved, fixes #30099
- the same empty trm_uplinkcfg also silently skipped disabling the uplink
after trm_maxretry was reached - fixed that too with this oneliner
Signed-off-by: Dirk Brenken <redacted>
PKG_NAME:=travelmate
PKG_VERSION:=2.4.6
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
return 0
else
uci -q revert "wireless"
- f_check "rev" "false"
+ f_check "rev" "false" "${sta_radio}" "${sta_essid}" "${sta_bssid}"
if [ "${retrycnt}" -eq "${trm_maxretry}" ]; then
if [ -n "${trm_uplinkcfg}" ]; then
uci_set "travelmate" "${trm_uplinkcfg}" "enabled" "0"