Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
9396d14
Initial plan
Copilot Sep 24, 2025
bf5d5f9
Add comprehensive Chinese tutorial README
Copilot Sep 24, 2025
d9078c6
增加中文教程
longzheng268 Sep 24, 2025
83b3461
增加中文语言包
longzheng268 Sep 24, 2025
1f869dd
成功界面展示
longzheng268 Sep 24, 2025
7746369
Initial plan
Copilot Sep 24, 2025
fecdb0f
Implement Chinese language support for menu system
Copilot Sep 24, 2025
06b00fc
成功连接ssh展示
longzheng268 Sep 24, 2025
cf5f47d
Complete Chinese language support implementation with comprehensive t…
Copilot Sep 24, 2025
72e02ac
完善中文luci中文语言包和脚本中文
longzheng268 Sep 24, 2025
2749329
Update README with SSH connection interface preview
longzheng268 Sep 24, 2025
c9fd6d1
Update README by removing badges
longzheng268 Sep 24, 2025
6f0d15d
add cr660x and tr60x
longzheng268 Sep 25, 2025
ff344ec
Initial plan
Copilot Sep 25, 2025
a0646d8
Add bootloader support for CR660x and TR60x series
Copilot Sep 25, 2025
901b256
Add bootloader support for CR660x and TR60x series routers
longzheng268 Sep 25, 2025
17b6f6c
Initial plan
Copilot Sep 25, 2025
83eb2bc
Fix logical bugs in install_bl.py - device models, error handling, an…
Copilot Sep 25, 2025
86585da
Fix device model spelling errors and improve error handling in instal…
longzheng268 Sep 25, 2025
ae0d1b8
Initial plan
Copilot Sep 25, 2025
b259439
Fix bootloader installation logic and update documentation
Copilot Sep 25, 2025
56a052c
Fix bootloader installation logic and improve documentation
longzheng268 Sep 25, 2025
bda7cf6
Initial plan
Copilot Sep 25, 2025
80b8fba
Add U-Boot bootloader installation to menu system
Copilot Sep 25, 2025
a9a7777
适配breed和原厂Uboot。
longzheng268 Sep 25, 2025
89ea36f
Initial plan
Copilot Sep 25, 2025
b410fed
Fix language selection issue - now shows language menu on first run
Copilot Sep 25, 2025
2874e22
Merge pull request #12 from longzheng268/copilot/fix-2aec28d1-2c25-4e…
longzheng268 Sep 25, 2025
c50cf1c
增加持久化ssh图片演示。
longzheng268 Sep 27, 2025
116171e
Initial plan
Copilot Sep 27, 2025
e3cadde
Add SSH permanent execution interface image
longzheng268 Sep 27, 2025
7b82367
Fix SSH connection failure logic in post_connect method
Copilot Sep 27, 2025
0073441
Fix SSH connection failure when falling back to TelNet in post_connect
longzheng268 Sep 27, 2025
cf4a42e
Initial plan
Copilot Sep 27, 2025
c59828f
Implement comprehensive SSH persistence fixes
Copilot Sep 27, 2025
6f73241
Fix syntax error and validate all improvements
Copilot Sep 27, 2025
8203a45
Fix SSH persistence issue - implement triple redundancy and robust ve…
longzheng268 Sep 27, 2025
a475d11
小米Xiaomi路由器 BE3600 2.5G版 1.0.65版本老固件
longzheng268 Sep 28, 2025
6127f23
Initial plan
Copilot Sep 28, 2025
14e8e97
Add firmware downgrade suggestions for BE3600 routers with multilingu…
Copilot Sep 28, 2025
02b4c01
Add firmware downgrade guidance for BE3600 2.5G routers when exploits…
longzheng268 Sep 29, 2025
eb3d0a2
Initial plan
Copilot Sep 29, 2025
bac39ba
Implement RD15/RD16 device routing and device-specific firmware downg…
Copilot Sep 29, 2025
6547aad
Clean up RD15/RD16 device routing and move firmware downgrade logic t…
longzheng268 Sep 29, 2025
f12cd43
Update firmware downgrade tutorial links in readme
longzheng268 Sep 29, 2025
508eae1
Update README with old firmware download link
longzheng268 Sep 29, 2025
9f3d4d4
Initial plan
Copilot Sep 29, 2025
2b1d0df
Fix README button styling for official firmware download link
Copilot Sep 29, 2025
a641fee
Merge pull request #21 from longzheng268/copilot/fix-0434bc9c-f07b-49…
longzheng268 Sep 29, 2025
90b31e2
Fix badge link in README.md
longzheng268 Sep 29, 2025
e412375
Create LICENSE
longzheng268 Oct 20, 2025
f1c9b10
Convert Windows CRLF to Unix LF line endings in run.sh
longzheng268 Oct 22, 2025
ca47496
Add .gitattributes for shell script line endings
longzheng268 Oct 22, 2025
6310208
Fix formatting in .gitattributes
longzheng268 Oct 22, 2025
4c1ccfd
sed -i 's/\r$//' run.sh
longzheng268 Oct 22, 2025
a27dba2
小米BE6500 Pro RD08路由器1.0.46版本老固件
longzheng268 Oct 31, 2025
79848fe
pb-boot-xiaomi3-20190317-61b6d33
longzheng268 Nov 6, 2025
f392b2c
Initial plan
Copilot Nov 6, 2025
25dae1e
Add pb-boot support for Xiaomi Router 3 (R3)
Copilot Nov 6, 2025
7867720
Update English summary to include R3 bootloader support
Copilot Nov 6, 2025
4592e89
Merge pull request #23 from longzheng268/copilot/add-pb-boot-code-for…
longzheng268 Nov 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions !START.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
chcp 866 >NUL
chcp 65001 >NUL
SET PYTHONUNBUFFERED=TRUE
start cmd /k python\python.exe menu.py
start cmd /c "cd /d "%~dp0" && python\python.exe menu.py && pause"
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name=.gitattributes
# ensure shell scripts use LF
*.sh text eol=lf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ data/
tmp/
outdir/
config.txt
config.json
full_info.txt
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Loading