From: Moritz Warning Date: Tue, 10 Feb 2015 12:31:39 +0000 (+0100) Subject: nodogsplash: remove option ExternalInterface as there is no implementation behind it X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=80711295dd60b7c16106a062c162a9ac349fc434;hp=-c;p=lede-routing%2F.git nodogsplash: remove option ExternalInterface as there is no implementation behind it --- 80711295dd60b7c16106a062c162a9ac349fc434 diff --git a/nodogsplash/files/nodogsplash.init b/nodogsplash/files/nodogsplash.init index 7337826..463ff91 100755 --- a/nodogsplash/files/nodogsplash.init +++ b/nodogsplash/files/nodogsplash.init @@ -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