fixed typo in networkconf

This commit is contained in:
bjo 2011-05-19 12:25:06 +00:00
parent 788a10efff
commit 8eb732f496
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ config 'interface' 'loopback'
# option 'proto' 'dhcp'
# option 'ifname' 'eth0.1'
config 'interface' 'wlanmesch'
config 'interface' 'wlanmesh'
option 'ifname' 'ath1'
option 'mtu' '1527'

View File

@ -8,7 +8,7 @@ config 'interface' 'loopback'
# option 'proto' 'dhcp'
# option 'ifname' 'eth0.1'
config 'interface' 'wlanmesch'
config 'interface' 'wlanmesh'
option 'ifname' 'ath1'
option 'mtu' '1527'

View File

@ -8,7 +8,7 @@ config 'interface' 'lan'
option 'proto' 'dhcp'
option 'ifname' 'eth0'
config 'interface' 'wlanmesch'
config 'interface' 'wlanmesh'
option 'ifname' 'ath1'
option 'mtu' '1527'