diff options
author | wrtbuild <wrtbuild@localhost.(none)> | 2011-10-16 12:27:14 (GMT) |
---|---|---|
committer | wrtbuild <wrtbuild@localhost.(none)> | 2011-10-16 12:27:14 (GMT) |
commit | 8a49f5c205be15dd5591cc29ce7c8008c9a47845 (patch) | |
tree | 6c33d3dd5c79bf849b4e37dd1fda10915cd5c017 /files | |
parent | fab858cf5c0c4a0159a7d27ffb59a8accb6b8907 (diff) |
add files for TL-WR741ND, TL-WR841ND
Diffstat (limited to 'files')
-rw-r--r-- | files/ar71xx-tl-wr741nd-v1/etc/config/network | 29 | ||||
-rw-r--r-- | files/ar71xx-tl-wr841nd-v5/etc/config/network | 22 | ||||
-rw-r--r-- | files/ar71xx/etc/config/batman-adv | 10 | ||||
-rw-r--r-- | files/ar71xx/etc/config/wireless | 22 |
4 files changed, 83 insertions, 0 deletions
diff --git a/files/ar71xx-tl-wr741nd-v1/etc/config/network b/files/ar71xx-tl-wr741nd-v1/etc/config/network new file mode 100644 index 0000000..a0e8256 --- /dev/null +++ b/files/ar71xx-tl-wr741nd-v1/etc/config/network @@ -0,0 +1,29 @@ +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 ifname eth0 + option type bridge + option proto static + option ipaddr 10.17.200.1 + option netmask 255.255.255.0 + +config interface wan + option ifname eth1 + option proto dhcp + +config switch eth0 + option enable_vlan 1 + +config switch_vlan + option device eth0 + option vlan 1 + option ports "0 1 2 3 4" diff --git a/files/ar71xx-tl-wr841nd-v5/etc/config/network b/files/ar71xx-tl-wr841nd-v5/etc/config/network new file mode 100644 index 0000000..2b4d140 --- /dev/null +++ b/files/ar71xx-tl-wr841nd-v5/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' diff --git a/files/ar71xx/etc/config/batman-adv b/files/ar71xx/etc/config/batman-adv new file mode 100644 index 0000000..9e79e7c --- /dev/null +++ b/files/ar71xx/etc/config/batman-adv @@ -0,0 +1,10 @@ +config 'mesh' 'bat0' + option 'interfaces' 'wlan1' + option 'orig_interval' + option 'log_level' + option 'aggregated_ogms' + option 'bonding' + option 'fragmentation' + option 'vis_mode' + option 'gw_mode' 'client' + diff --git a/files/ar71xx/etc/config/wireless b/files/ar71xx/etc/config/wireless new file mode 100644 index 0000000..755f3ea --- /dev/null +++ b/files/ar71xx/etc/config/wireless @@ -0,0 +1,22 @@ +config wifi-device radio0 + option type mac80211 + option channel 1 + option phy phy0 +# option hwmode 11ng +# option htmode HT20 +# list ht_capab SHORT-GI-40 +# list ht_capab TX-STBC +# list ht_capab RX-STBC1 +# list ht_capab DSSS_CCK-40 + +config wifi-iface + option device radio0 + option mode adhoc + option ssid batman.jena.freifunk.net + option bssid 12:CA:FF:EE:BA:BE + option hidden 1 + +config wifi-iface + option device radio0 + option mode ap + option ssid www.freifunk-jena.de
\ No newline at end of file |