diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
commit | 47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch) | |
tree | d179f93bea23c81df424d8a5d45951116424e1d8 /openwrt/files/etc/config/wireless | |
parent | haproxy,jabber,bitlbee (diff) | |
download | scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip |
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to 'openwrt/files/etc/config/wireless')
-rw-r--r-- | openwrt/files/etc/config/wireless | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/files/etc/config/wireless b/openwrt/files/etc/config/wireless new file mode 100644 index 0000000..0800aaa --- /dev/null +++ b/openwrt/files/etc/config/wireless @@ -0,0 +1,14 @@ +config wifi-device 'radio0' + option type 'mac80211' + option channel '11' + option hwmode '11g' + option path 'platform/soc/20300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1' + option htmode 'HT20' + option enabled '1' + +config wifi-iface 'default_radio0' + option device 'radio0' + option network 'lan' + option mode 'ap' + option ssiid 'OpenWrt' + option encryption 'none' |