mirror of https://github.com/hak5/openwrt.git
15 lines
218 B
Plaintext
15 lines
218 B
Plaintext
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
|
||
|
config wifi-device wl0
|
||
|
option type broadcom
|
||
|
option channel 5
|
||
|
|
||
|
config wifi-iface
|
||
|
option device wl0
|
||
|
option mode ap
|
||
|
option ssid OpenWrt
|
||
|
option hidden 0
|
||
|
option encryption none
|
||
|
|
||
|
|