1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-15 19:54:02 +02:00

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

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