Add wireless

This commit is contained in:
TED A. ⭕ 2025-08-07 12:00:10 +00:00
parent b7c4433912
commit cf4b88fb97
1 changed files with 32 additions and 0 deletions

32
wireless Normal file
View File

@ -0,0 +1,32 @@
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/axi/1001100000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
option channel '1'
option band '2g'
option htmode 'HT20'
option cell_density '0'
option country 'GB'
config wifi-iface 'wifinet1'
option device 'radio0'
option mode 'ap'
option ssid '🌞'
option encryption 'psk2'
option key ''
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb2/2-1/2-1:1.0'
option band '5g'
option channel '157'
option htmode 'HT20'
option cell_density '0'
option country 'GB'
config wifi-iface 'wifinet2'
option device 'radio1'
option mode 'ap'
option ssid '🌚'
option encryption 'psk2'
option key ''
option network 'lan'