From 050d5652eeb6920754395a27b9a75059db4ad0ad Mon Sep 17 00:00:00 2001 From: fujr Date: Wed, 11 Dec 2024 19:57:04 +0800 Subject: [PATCH] set iface proto to dhcpv6 for fm350 to fix #8 --- luci/luci-app-qmodem/root/usr/share/qmodem/modem_dial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci/luci-app-qmodem/root/usr/share/qmodem/modem_dial.sh b/luci/luci-app-qmodem/root/usr/share/qmodem/modem_dial.sh index 1eb1386..2ccdb49 100755 --- a/luci/luci-app-qmodem/root/usr/share/qmodem/modem_dial.sh +++ b/luci/luci-app-qmodem/root/usr/share/qmodem/modem_dial.sh @@ -347,7 +347,7 @@ set_if() case $platform in "mediatek") proto="static" - protov6="static" + protov6="dhcpv6" ;; esac ;;