Skip to content

Instantly share code, notes, and snippets.

@NatLee
Created December 2, 2024 08:31
Show Gist options
  • Select an option

  • Save NatLee/7added5173feb64b1f76beb5443d8a58 to your computer and use it in GitHub Desktop.

Select an option

Save NatLee/7added5173feb64b1f76beb5443d8a58 to your computer and use it in GitHub Desktop.
GL-iNet MT3000 切換成國際版🌐
# 1. 連上路由器
# 2. 使用 SSH 指令連線進入路由器
# -> ssh [email protected]
# 3. 輸入以下指令
echo "US" | dd of=/dev/mtdblock3 bs=1 seek=136
sync
reboot
# 4. 重啟後,將介面切換成繁體中文(zh-TW)
# v4.6.9 測試可用
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment