Disable UCHI/EHCI USB it is not available in the MTX-1 board. Add a sample base-files bridging eth0 with ath0.

SVN-Revision: 3615
This commit is contained in:
Florian Fainelli
2006-04-11 12:22:26 +00:00
parent da1a0155b5
commit befba55ee3
3 changed files with 18 additions and 73 deletions

View File

@@ -0,0 +1,12 @@
# Network configuration file
## LAN configuration
lan_ifname="br0"
lan_ifnames="eth0 ath0"
lan_proto="static"
lan_ipaddr="192.168.1.1"
lan_netmask="255.255.255.0"
## WAN configuration
wan_ifname=""
wan_proto="none"