Created
June 22, 2015 09:56
-
-
Save sixtyfive/9ae6afa6c13cff95e02a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config wifi-device radio0 | |
option type mac80211 | |
option channel 11 | |
option hwmode 11g | |
option path 'pci0000:00/0000:00:11.0' | |
option htmode HT20 | |
# REMOVE THIS LINE TO ENABLE WIFI: | |
option disabled 1 | |
config wifi-iface | |
option device radio0 | |
option network lan | |
option mode ap | |
option ssid OpenWrt | |
option encryption none | |
config wifi-device radio1 | |
option type mac80211 | |
option channel 36 | |
option hwmode 11a | |
option path 'pci0000:00/0000:00:12.0' | |
option htmode HT20 | |
# REMOVE THIS LINE TO ENABLE WIFI: | |
option disabled 1 | |
config wifi-iface | |
option device radio1 | |
option network lan | |
option mode ap | |
option ssid OpenWrt | |
option encryption none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment