From: Oliver Ertl Date: Tue, 25 Sep 2007 18:46:38 +0000 (+0000) Subject: wifidog: Fix default bridge interface (#2428) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=13c7d21e76a79999e46e4ca76b8e87c92eac69d7;p=openwrt%2Fsvn-archive%2Fpackages.git wifidog: Fix default bridge interface (#2428) SVN-Revision: 9024 --- diff --git a/net/wifidog/files/wifidog.conf b/net/wifidog/files/wifidog.conf index 10b173a9a..cc1702651 100644 --- a/net/wifidog/files/wifidog.conf +++ b/net/wifidog/files/wifidog.conf @@ -23,9 +23,9 @@ GatewayID default # Default: NONE # Mandatory # -# Set this to the internal interface. Typically br0 for OpenWrt, and eth1 otherwise +# Set this to the internal interface. Typically br-lan for OpenWrt, and eth1 otherwise -GatewayInterface br0 +GatewayInterface br-lan # Parameter: GatewayAddress # Default: Find it from GatewayInterface