Changes between Version 1 and Version 2 of OpenWrt/wireless
- Timestamp:
- 04/13/2018 08:43:15 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/wireless
v1 v2 75 75 == Re-detecting Wireless Radios == 76 76 If something happens to your /etc/config/wireless file, you can force a re-detection with: 77 {{{ 77 * OpenWrt 18.xx 78 {{{#!bash 79 rm /etc/config/wireless 80 wifi 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 78 85 wifi detect > /etc/config/wireless 79 86 }}} 80 81 87 82 88 == Enabling a Wireless Radio ==