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.

12 lines
279 B
Plaintext

4 years ago
#!/bin/sh
. $MIGTEST/lib/migration/migration.sh
$LOG_TOOL "downgrade from v2.1.0 to v2.0.0"
$UCI_TOOL -q get wireless.radio0.acs_chanlist && {
$UCI_TOOL del wireless.radio0.acs_chanlist
}
[ "$($UCI_TOOL changes delos | wc -l)" = "0" ] || $UCI_TOOL commit wireless
exit 0