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:
Conrad Lara - KG6JEI 2015-05-13 21:50:32 -07:00
parent c11eae61e8
commit 8761ffc3b8
1 changed files with 0 additions and 4 deletions

View File

@ -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