wlan-ap-Telecominfraproject/feeds/wlan-ap/opensync/files/bin/wlan_ap_upgrade.sh
John Crispin d8091386bf opensync: update to 2.0.5.0
Signed-off-by: John Crispin <john@phrozen.org>
2020-07-10 11:57:22 +02:00

8 lines
275 B
Bash
Executable File

#!/bin/sh
url=$1
[ -z "$url" ] && url=http://192.168.178.9/openwrt-ipq40xx-generic-linksys_ea8300-squashfs-sysupgrade.bin
/usr/opensync/tools/ovsh update AWLAN_Node firmware_url:="$url" > /dev/null
/usr/opensync/tools/ovsh update AWLAN_Node upgrade_timer:=30 > /dev/null