update flora-uplink, add flora-cafe
This commit is contained in:
parent
5a6a0e44fd
commit
ca62780147
4 changed files with 233 additions and 19 deletions
|
@ -33,7 +33,7 @@ config switch_vlan
|
|||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '4'
|
||||
option ports '0t 3'
|
||||
option ports '0t 3t'
|
||||
|
||||
config interface 'bb_flora_cafe'
|
||||
option ifname 'eth0.4'
|
||||
|
@ -69,6 +69,20 @@ config interface 'bb_flora_kern'
|
|||
option macaddr 'de:ad:be:ef:90:f2'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '8'
|
||||
option ports '0t 3t'
|
||||
|
||||
config interface 'bb_flora_saal_unten'
|
||||
option ifname 'eth0.8'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option macaddr 'de:ad:be:ef:90:f3'
|
||||
option igmp_snooping '0'
|
||||
|
||||
|
||||
config interface 'wan'
|
||||
option ifname 'eth0.2'
|
||||
option auto '1'
|
||||
|
@ -101,6 +115,7 @@ config interface 'client'
|
|||
option query_response_interval '500'
|
||||
option sourcefilter '0'
|
||||
list ifname 'bat0'
|
||||
list ifname 'eth0.1'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
|
@ -111,7 +126,7 @@ config interface 'mesh_wan'
|
|||
config interface 'mesh_lan'
|
||||
option ifname 'eth0.1'
|
||||
option mesh 'bat0'
|
||||
option auto '1'
|
||||
option auto '0'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
|
|
|
@ -14,6 +14,7 @@ config wifi-device 'radio1'
|
|||
option htmode 'HT20'
|
||||
option channel '5'
|
||||
option country 'DE'
|
||||
option txpower '14'
|
||||
list supported_rates '6000'
|
||||
list supported_rates '9000'
|
||||
list supported_rates '12000'
|
||||
|
@ -27,29 +28,28 @@ config wifi-device 'radio1'
|
|||
list basic_rate '18000'
|
||||
list basic_rate '36000'
|
||||
list basic_rate '54000'
|
||||
option txpower '14'
|
||||
|
||||
config wifi-iface 'ibss_radio0'
|
||||
option ifname 'ibss0'
|
||||
option network 'ibss_radio0'
|
||||
config wifi-iface 'mesh_radio0'
|
||||
option ifname 'mesh0'
|
||||
option network 'mesh_radio0'
|
||||
option device 'radio0'
|
||||
option bssid 'f8:d1:11:87:52:2e'
|
||||
option disabled '1'
|
||||
option mesh_fwding '0'
|
||||
option mesh_id '6668682D77657374'
|
||||
option mcast_rate '12000'
|
||||
option mode 'adhoc'
|
||||
option macaddr '5e:aa:00:a5:99:72'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
||||
option mode 'mesh'
|
||||
option disabled '1'
|
||||
option macaddr '5e:aa:00:a5:99:71'
|
||||
|
||||
config wifi-iface 'ibss_radio1'
|
||||
option ifname 'ibss1'
|
||||
option network 'ibss_radio1'
|
||||
config wifi-iface 'mesh_radio1'
|
||||
option ifname 'mesh1'
|
||||
option network 'mesh_radio1'
|
||||
option device 'radio1'
|
||||
option bssid 'f8:d1:11:87:52:2e'
|
||||
option disabled '1'
|
||||
option mesh_fwding '0'
|
||||
option mesh_id '6668682D77657374'
|
||||
option mcast_rate '12000'
|
||||
option mode 'adhoc'
|
||||
option macaddr '5e:aa:00:a5:99:76'
|
||||
option ssid 'f8:d1:11:87:52:2e'
|
||||
option mode 'mesh'
|
||||
option disabled '1'
|
||||
option macaddr '5e:aa:00:a5:99:75'
|
||||
|
||||
config wifi-iface 'client_radio0'
|
||||
option ifname 'client0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue