1.openwrt:http://downloads.openwrt.org.cn/pandorabox/xiaomi-mini-r1cm/
Under the version is r583,testing inside of the r327 software source address does not exist, is estimated to be temporarily removed. If you can't opkg with r327, replace the source address with
Http://downloads.openwrt.org.cn/PandoraBox/ralink/mt7620/packages
2. SCP passes the file to the Router tmp directory: SCP file name [email protected]:/tmp
3. mtd-r Write filename firmware
After the device restarts, a pandorabox-xxx WiFi signal appears, initial password admin
4. Go to the Router management interface and update the LIST:OPKG update
5. Uninstall Wpad-mini, install wpad:opkg remove wpad-mini&&opkg installed WPAD
6. Write a 802.1x configuration file and save it to any directory as follows:
Ctrl_interface=/var/run/wpa_supplicant
Ap_scan=0
network={
key_mgmt=ieee8021x
Eap=md5
identity= "User Name"
password= "Password"
Eapol_flags=0
}
I save to/etc/8021x.conf
7. Start the configuration file:
Wpa_supplicant-i Eth2.2-b-D wired-c/etc/8021x.conf
OK, verify success
802.1X configuration of Xiaomi router brush openwrt