diff options
author | wrtbuild <wrtbuild@localhost.(none)> | 2011-10-16 07:34:24 (GMT) |
---|---|---|
committer | wrtbuild <wrtbuild@localhost.(none)> | 2011-10-16 07:34:24 (GMT) |
commit | 64ca2d1ca4e6f9ae279fc17d84b2abd453140d28 (patch) | |
tree | 84a28cd644955e52bd6b91f2c474e9f338841119 /files/etc/config/network | |
parent | 0850ac21d153d490ddc2b02f29b74b4b5ed88181 (diff) |
add makefile to generate images
Diffstat (limited to 'files/etc/config/network')
-rw-r--r-- | files/etc/config/network | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/files/etc/config/network b/files/etc/config/network deleted file mode 100644 index b0d6d9e..0000000 --- a/files/etc/config/network +++ /dev/null @@ -1,39 +0,0 @@ - -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 ath0' - option 'mtu' '1527' - -config 'interface' 'lan' - option 'type' 'bridge' - option 'proto' 'static' - option 'ipaddr' '10.17.200.1' - option 'netmask' '255.255.255.0' - option 'ifname' 'eth0.1' - -config 'switch' 'eth0' - option 'name' 'eth0' - option 'reset' '1' - option 'enable_vlan' '1' - -config 'switch_vlan' 'eth0_1' - option 'device' 'eth0' - option 'vlan' '1' - option 'ports' '0 1 2 3 5t' - -config 'switch_vlan' 'eth0_2' - option 'device' 'eth0' - option 'vlan' '2' - option 'ports' '4 5t' - -config 'interface' 'wan' - option 'ifname' 'eth0.2' - option 'proto' 'dhcp' - option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8' - |