feat(bpi-r3): default firmware ok. Lan ok, emissary install

This commit is contained in:
2023-08-07 14:42:39 +02:00
committed by wpetit
parent f2d8692a4b
commit 972aec6e6b
6 changed files with 141 additions and 6 deletions

29
misc/bpi-r3/uci/wireless Normal file
View File

@ -0,0 +1,29 @@
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option channel '1'
option band '2g'
option htmode 'HE20'
option disabled '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option channel '36'
option band '5g'
option htmode 'HE80'
option disabled '1'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'