openwrt系統的無線WiFi配置文件

1、最近一直在MTK Realtek Broadcom的linux系統方案中換來換去,有多半年沒摸openwrt了,openwrt開發方法忘得差很少了,這是應了那句:好記性不如亂筆頭。更況且我記性還不好,差就罷了,還不愛記,常常用愛因斯坦的那句話來安慰本身:我從不記書本上已經有的知識。確實,作軟件開發的要記的太多,平臺、工具、命令一大堆,何須這麼累本身,寫寫博客園不就都完事了,哈哈。linux

 

2、openwrt無線WiFi配置文件less

目錄:/etc/config/wireless工具

內容以下:開發

root@OpenWrt:/etc/config# cat wireless
config wifi-device      mt7610e
        option type     mt7610e
        option vendor   ralink
        option band     5G
        option channel  0
                option autoch   2

config wifi-iface
        option device   mt7610e
        option ifname   rai0
        option network  lan
        option mode     ap
        option ssid     mt7610e-7629
        option encryption psk2
        option key      12345678

config wifi-device      mt7628
        option type     mt7628
        option vendor   ralink
        option band     2.4G
        option channel  0
        option auotch   2

config wifi-iface
        option device   mt7628
        option ifname   ra0
        option network  lan
        option mode     ap
        option ssid     mt7628-7629
        option encryption psk2
        option key      12345678

博客

相關文章
相關標籤/搜索