mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +04:00
nodogsplash: remove option ExternalInterface as there is no implementation behind it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user