qmodem: fix some bug
This commit is contained in:
parent
75b00ad12b
commit
3afb0459bf
@ -9,7 +9,7 @@ uci -q batch <<-EOF >/dev/null
|
||||
add ucitrack qmodem
|
||||
set ucitrack.@qmodem[-1].init=qmodem_network
|
||||
add ucitrack qmodem
|
||||
set ucitrack.@qmodem_mwan[-1].init=qmodem_mwan
|
||||
set ucitrack.@qmodem[-1].init=qmodem_mwan
|
||||
commit ucitrack
|
||||
EOF
|
||||
|
||||
|
@ -150,7 +150,7 @@ update_config()
|
||||
config_get extend_prefix $modem_config extend_prefix
|
||||
config_get global_dial main enable_dial
|
||||
# config_get ethernet_5g u$modem_config ethernet 转往口获取命令更新,待测试
|
||||
get_associate_ethernet_by_path
|
||||
config_foreach get_associate_ethernet_by_path modem-slot
|
||||
modem_slot=$(basename $modem_path)
|
||||
config_get alias $modem_config alias
|
||||
driver=$(get_driver)
|
||||
|
Loading…
x
Reference in New Issue
Block a user