Changes between Version 1 and Version 2 of OpenWrt/wireless


Ignore:
Timestamp:
04/13/2018 08:43:15 PM (6 years ago)
Author:
Cale Collins
Comment:

added 18.xx instructions

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/wireless

    v1 v2  
    7575== Re-detecting Wireless Radios ==
    7676If something happens to your /etc/config/wireless file, you can force a re-detection with:
    77 {{{
     77* OpenWrt 18.xx
     78{{{#!bash
     79rm /etc/config/wireless
     80wifi detect
     81}}}
     82 * Note no redirection is needed {{{wifi detect}}} will create {{{/etc/config/wireless}}} if the file does not exist or is empty.
     83* OpenWrt 16.02 and earlier
     84{{{#!bash
    7885wifi detect > /etc/config/wireless
    7986}}}
    80 
    8187
    8288== Enabling a Wireless Radio ==