contrib/meshwizard: Fix renamed interface name for splash, too
This commit is contained in:
parent
8b6deb3029
commit
cdba10c64c
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@ config_foreach handle_splash iface
|
||||||
|
|
||||||
uci batch << EOF
|
uci batch << EOF
|
||||||
set luci_splash.${netrenamed}dhcp="iface"
|
set luci_splash.${netrenamed}dhcp="iface"
|
||||||
set luci_splash.${netrenamed}dhcp.network="${net}dhcp"
|
set luci_splash.${netrenamed}dhcp.network="${netrenamed}dhcp"
|
||||||
set luci_splash.${netrenamed}dhcp.zone="freifunk"
|
set luci_splash.${netrenamed}dhcp.zone="freifunk"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo " network: ${netrenamed}dhcp"
|
echo " network: ${netrenamed}dhcp"
|
||||||
|
|
||||||
uci commit
|
uci commit
|
||||||
|
|
Loading…
Reference in a new issue