Skip to content

Instantly share code, notes, and snippets.

@sixtyfive
Created June 22, 2015 09:56
Show Gist options
  • Save sixtyfive/9ae6afa6c13cff95e02a to your computer and use it in GitHub Desktop.
Save sixtyfive/9ae6afa6c13cff95e02a to your computer and use it in GitHub Desktop.
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