firmware/bsp/wdr4300/root_file_system/etc/config/wireless.tpl
Tim Niemeyer 37805e0e7e bsp/wdr4300: initial support for WDR3500,WDR3600,WDR4300,WDR4310
Series-to: ffol

Series-version: 1

Series-name: for_0.5.0

Cover-letter:
This patchset is meant to be applied to a branch which stores the changes for
the upcoming 0.5.0 release. It hold also all patches from my last set for 0.4.2.

This sets bumps up our OpenWRT base version.

Currently not working:
- Network on WDR3500 have wrong VLAN-IDs

Currently untested:
- All WRxxx and DIR300/Fonera boards

END

Series-changes: 1
- First version of this Patchset

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2014-08-16 13:10:30 +02:00

55 lines
1.2 KiB
Smarty

config wifi-device radio0
option type mac80211
option channel ${BATMAN_CHANNEL}
option phy phy0
option hwmode 11ng
option htmode HT40+
option country DE
config wifi-iface 'w2mesh'
option device radio0
option network w2mesh
option ifname w2mesh
option mode adhoc
option bssid '${BSSID_MESH}'
option ssid '${ESSID_MESH}'
option mcast_rate 6000
option 'encryption' 'none'
option 'hidden' '1'
config wifi-iface 'w2ap'
option device radio0
option network w2ap
option ifname w2ap
option mode ap
option ssid '${ESSID_AP}'
option 'encryption' 'none'
config wifi-device radio1
option type mac80211
option channel ${BATMAN_CHANNEL_5GHZ}
option phy phy1
option hwmode 11na
option htmode HT40+
option country DE
config wifi-iface 'w5mesh'
option device radio1
option network w5mesh
option ifname w5mesh
option mode adhoc
option bssid '${BSSID_MESH}'
option ssid '${ESSID_MESH}'
option mcast_rate 6000
option 'encryption' 'none'
option 'hidden' '1'
config wifi-iface 'w5ap'
option device radio1
option network w5ap
option ifname w5ap
option mode ap
option ssid '${ESSID_AP}'
option 'encryption' 'none'
# vim: noexpandtab