feat: Add hosts: ap3285i4.lan, mr16_4.lan
This commit is contained in:
parent
a689dcabab
commit
9c426a57bf
@ -187,3 +187,85 @@ openwrt:
|
|||||||
- ifname: labb5
|
- ifname: labb5
|
||||||
device: radio0
|
device: radio0
|
||||||
template: labb
|
template: labb
|
||||||
|
|
||||||
|
mr16_4.lan:
|
||||||
|
network:
|
||||||
|
device:
|
||||||
|
- name: br-lan
|
||||||
|
type: bridge
|
||||||
|
ports:
|
||||||
|
- eth0
|
||||||
|
stp: 1
|
||||||
|
|
||||||
|
interface:
|
||||||
|
- key: lan
|
||||||
|
device: br-lan
|
||||||
|
proto: dhcp
|
||||||
|
|
||||||
|
wireless:
|
||||||
|
wifi_device:
|
||||||
|
- name: radio0
|
||||||
|
path: pci0000:00/0000:00:11.0
|
||||||
|
template: ath9k_2
|
||||||
|
hwmode:
|
||||||
|
band: 2g
|
||||||
|
channel: 6
|
||||||
|
disabled: 1
|
||||||
|
|
||||||
|
- name: radio1
|
||||||
|
path: pci0000:00/0000:00:12.0
|
||||||
|
template: ath9k_5
|
||||||
|
hwmode:
|
||||||
|
band: 5g
|
||||||
|
channel: 48
|
||||||
|
|
||||||
|
wifi_iface:
|
||||||
|
- ifname: labbmesh2
|
||||||
|
device: radio0
|
||||||
|
template: labbmesh
|
||||||
|
|
||||||
|
- ifname: labbmesh5
|
||||||
|
device: radio1
|
||||||
|
template: labbmesh
|
||||||
|
|
||||||
|
ap3825i4.lan:
|
||||||
|
packages:
|
||||||
|
ath10k: *package_ath10k_mesh
|
||||||
|
wpad: *package_wpad_mesh
|
||||||
|
|
||||||
|
network:
|
||||||
|
device:
|
||||||
|
- name: br-lan
|
||||||
|
type: bridge
|
||||||
|
ports:
|
||||||
|
- eth0
|
||||||
|
- eth1
|
||||||
|
stp: 1
|
||||||
|
|
||||||
|
interface:
|
||||||
|
- key: lan
|
||||||
|
device: br-lan
|
||||||
|
proto: dhcp
|
||||||
|
|
||||||
|
wireless:
|
||||||
|
wifi_device:
|
||||||
|
- name: radio0
|
||||||
|
path: ffe0a000.pcie/pcia000:02/a000:02:00.0/a000:03:00.0
|
||||||
|
template: qca9880_5
|
||||||
|
channel: 48
|
||||||
|
|
||||||
|
- name: radio1
|
||||||
|
path: ffe09000.pcie/pci9000:00/9000:00:00.0/9000:01:00.0
|
||||||
|
template: ath9k_2
|
||||||
|
channel: 6
|
||||||
|
|
||||||
|
wifi_iface:
|
||||||
|
- ifname: labbmesh5
|
||||||
|
device: radio0
|
||||||
|
template: labbmesh
|
||||||
|
disabled: 0
|
||||||
|
|
||||||
|
- ifname: labbmesh2
|
||||||
|
device: radio1
|
||||||
|
template: labbmesh
|
||||||
|
disabled: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user