#!/bin/sh . $MIGTEST/lib/migration/migration.sh . /lib/ar71xx.sh $LOG_TOOL "upgrade from v5.0.1 to v5.0.2" [ -f "/etc/config/tr069_upnp" ] && { uci set tr069_upnp.upnp.loglevel="0" uci commit tr069_upnp } exit 0