1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge branch 'test' into develop

This commit is contained in:
suyuan 2020-12-30 13:11:53 +08:00
commit 02009b1fe4
6 changed files with 98 additions and 5 deletions

View file

@ -58,6 +58,8 @@ _set_intf_name() {
}
}
config_load network
config_foreach _set_intf_name interface
config_foreach _set_intf_name interface
if [ "$(uci -q get openmptcprouter.settings.disableintfrename)" != "0" ]; then
config_load network
config_foreach _set_intf_name interface
config_foreach _set_intf_name interface
fi