You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
. $MIGTEST/lib/migration/migration.sh
|
|
|
|
$LOG_TOOL "upgrade from v5.1.1 to v5.1.2"
|
|
|
|
. /lib/functions.sh
|
|
. /lib/ar71xx.sh
|
|
|
|
config_load ghn
|
|
|
|
uci set ghn.ghn.powersave=1
|
|
|
|
uci commit ghn
|
|
|
|
exit 0
|