contrib/meshwizard: enable auto-ipv6 in meshwizard, removed radvd config
[project/luci.git] / contrib / package / meshwizard / files / usr / bin / meshwizard / helpers / setup_auto-ipv6.sh
index d44600b..35ebc86 100755 (executable)
@@ -2,7 +2,8 @@
 
 . $dir/functions.sh
 
-if [ "$general_ipv6_config" = "auto-ipv6-fromv4" ]; then
+echo $profile_ipv6_config
+if [ "$profile_ipv6_config" = "auto-ipv6-fromv4" ]; then
        mode="fromv4"
 else
        mode="random"