https://wiki.openwrt.org/toh/tp-link/tl-wdr7500
刷回原廠 參考
http://www.ntex.tw/wordpress/2064.html
官方網站找到最新的FW,但記住千萬不能直接在-openwrt餵官方ROM,會變磚
要用dd指令把官方ROM跳過一些block轉換出來才能餵!用Linux或者直接丟到Archer做都可以(我是直接丟進去Archer做啦…)
1.轉換rom
dd if=官方的rom.bin of=tplink.bin skip=257 bs=512
2.刷機
mtd -r write tplink.bin linux
openwrt SSR
https://github.com/ywb94/openwrt-ssr/releases
#刷新opkg列表
opkg update
#删除dnsmasq(GFW版本第一次安装需手动卸载dnsmasq,其他情况下不需要)
opkg remove dnsmasq
#安装软件包
opkg install /tmp/luci-app-shadowsocksR*_all.ipk