set iface proto to dhcpv6 for fm350 to fix #8

This commit is contained in:
fujr 2024-12-11 19:57:04 +08:00
parent 2034350c36
commit 050d5652ee

View File

@ -347,7 +347,7 @@ set_if()
case $platform in case $platform in
"mediatek") "mediatek")
proto="static" proto="static"
protov6="static" protov6="dhcpv6"
;; ;;
esac esac
;; ;;