diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2012-03-04 21:37:43 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2012-03-04 21:37:43 (GMT) |
commit | a1be6fe628754be147f72776d891947500ff8432 (patch) | |
tree | 679c9f0e625c8d6765a27bd0bc2973bb0125f56d /files/ar71xx-tl-wr841 | |
parent | 157d3819b6dd7daa5490e6f5cd432cd2e1496798 (diff) |
rename WR841 files
The symlink is for backward compatbility with backfire. In trunk the
N/ND suffix is ommitted.
Diffstat (limited to 'files/ar71xx-tl-wr841')
-rw-r--r-- | files/ar71xx-tl-wr841/etc/config/network | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ar71xx-tl-wr841/etc/config/network b/files/ar71xx-tl-wr841/etc/config/network new file mode 100644 index 0000000..2b4d140 --- /dev/null +++ b/files/ar71xx-tl-wr841/etc/config/network @@ -0,0 +1,22 @@ +config 'interface' 'loopback' + option 'ifname' 'lo' + option 'proto' 'static' + option 'ipaddr' '127.0.0.1' + option 'netmask' '255.0.0.0' + +config 'interface' 'mesh' + option 'type' 'bridge' + option 'ifname' 'bat0 wlan0' + option 'mtu' '1527' + +config 'interface' 'lan' + option 'type' 'bridge' + option 'proto' 'static' + option 'netmask' '255.255.255.0' + option 'ifname' 'eth0' + option 'ipaddr' '10.17.200.1' + +config 'interface' 'wan' + option 'ifname' 'eth1' + option 'proto' 'dhcp' + option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8' |