nodogsplash: remove option ExternalInterface as there is no implementation behind it

This commit is contained in:
Moritz Warning 2015-02-10 13:31:39 +01:00
parent 8ff37ec52c
commit 80711295dd
1 changed files with 0 additions and 2 deletions

View File

@ -167,8 +167,6 @@ generate_uci_config() {
fi
echo "GatewayInterface $ifname" >> $CONFIGFILE
config_get val "$cfg" externalnetwork
[ -n "$val" ] && network_get_device ifname "$val" && echo "ExternalInterface $ifname" >> $CONFIGFILE
append_config_option "$CONFIGFILE" "$cfg" gatewayname GatewayName
append_config_option "$CONFIGFILE" "$cfg" gatewayaddress GatewayAddress