mirror of https://github.com/aredn/aredn.git
feature: default rf channel : Remove setting RF channel on first boot.
Remove setting RF channel on first boot in uci-defaults. This should allow the node to use standard wifi channels when it boots allowing mesh setup to be run from a laptop or mobile device. We will later move them to a real mesh channel during the mesh setup page. Should also resolv issue where nodes were booting up on channel -2 and similar and wifi would refuse to start due to regdomain.
This commit is contained in:
parent
c11eae61e8
commit
8761ffc3b8
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
uci set wireless.radio0.channel=`perl -I/www/cgi-bin -e 'use channelmaps; $channels = rf_channels_list(); foreach $channelnumber (sort {$a <=> $b} keys %{$channels} ) { print $channelnumber; exit 0;}'`
|
||||
uci -q commit
|
Loading…
Reference in New Issue