From 80711295dd60b7c16106a062c162a9ac349fc434 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Tue, 10 Feb 2015 13:31:39 +0100 Subject: [PATCH] nodogsplash: remove option ExternalInterface as there is no implementation behind it --- nodogsplash/files/nodogsplash.init | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.35.1