OpenWrt shell
  1. login as: root


  2. BusyBox v1.37.0 (2025-12-18 20:25:49 UTC) built-in shell (ash)

  3.   _______                     ________        __
  4. |       |.-----.-----.-----.|  |  |  |.----.|  |_
  5. |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  6. |_______||   __|_____|__|__||________||__|  |____|
  7.           |__| W I R E L E S S   F R E E D O M
  8. -----------------------------------------------------
  9. OpenWrt 25.12.0-rc1, r32353-9e9b05130c
  10. -----------------------------------------------------

  11. === WARNING! =====================================
  12. There is no root password defined on this device!
  13. Use the "passwd" command to set up a new password
  14. in order to prevent unauthorized SSH logins.
  15. --------------------------------------------------


  16. OpenWrt recently switched to the "apk" package manager!

  17. OPKG Command           APK Equivalent      Description
  18. ------------------------------------------------------------------
  19. opkg install <pkg>     apk add <pkg>       Install a package
  20. opkg remove <pkg>      apk del <pkg>       Remove a package
  21. opkg upgrade           apk upgrade         Upgrade all packages
  22. opkg files <pkg>       apk info -L <pkg>   List package contents
  23. opkg list-installed    apk info            List installed packages
  24. opkg update            apk update          Update package lists
  25. opkg search <pkg>      apk search <pkg>    Search for packages
  26. ------------------------------------------------------------------

  27. For more information visit:
  28. https://openwrt.org/docs/guide-user/additional-software/opkg-to-apk-cheatsheet

  29. root@OpenWrt:~#
複製代碼

TOP

本帖最後由 张无忌 於 2025-12-23 08:16 編輯

dnsmasq 改变到 dnsmasq-full

因为用安装大陆软件,很多需要 dnsmasq-full。

opkg
  1. opkg update
  2. opkg remove dnsmasq && opkg install dnsmasq-full
複製代碼
apk
  1. apk update
  2. apk del dnsmasq && apk add dnsmasq-full
複製代碼

TOP

本帖最後由 张无忌 於 2026-1-22 01:18 編輯

PassWall 安装成功和使用

之前都能过安装 PassWall [1],在里面有详细说明,都是手动安装,可以到 [2] 里面有。现在有 opkg and apk 方法。

opkg
  1. opkg install *.ipk --force-reinstall
複製代碼
..

apk
  1. apk add --allow-untrusted *.apk
複製代碼
..

安装 机场。

图1:


Reference:
[1] OpenWrt + PassWall + WireGuard + 安装
[2] https://github.com/Openwrt-Passwall/openwrt-passwall/releases

Old
[2] xiaorouji openwrt-passwall releases
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

本帖最後由 张无忌 於 2025-12-23 11:03 編輯

Tailscale 安装成功和使用

opkg
  1. opkg update && opkg install tailscale
複製代碼
..

apk
  1. apk update && apk add tailscale
複製代碼
..

图1:
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

现在现有 manual 方法,但是要知道那些源,如 PassWall,而没有下面两个

1、k9 库(很多大陆第三方特殊插件,现在大部分都是 opkg 库)
2、ImmortalWrt apk 库

如果你们知道,就上载而大家分享。

TOP

Attended Sysupgrade

以前没有 Attended Sysupgrade,要外加的,这次 OpenWrt 25.12.0-rc1 已经 default  ...
张无忌 發表於 2025-12-23 11:34

Attended sysupgrade 簡直係偉大發明。 之前如果唔自己compile 係做唔到remote (via wireguard) upgrade,皆因 default image 係冇包wireguard ,一upgrade就斷線。(嚴格黎講唔係做唔到,係要極度繁複人手做,自己compile仲方便)
宜家 Attended sysupgrade 會自動檢查裝咗啲咩野package,再upgrade時一次裝埋,唔使煩!

via HKEPC Reader for Android

TOP

本帖最後由 张无忌 於 2026-1-7 05:08 編輯

25.12.0-rc2

25.12.0-rc2 MediaTek 可以下载 [1]。



25.12.0-rc1 Attended sysupgrade 25.12.0-rc2 依然不行。

因为在大陆,有些 25.12.0-rc2 还没有。


Reference:
[1] 25.12.0-rc2 MediaTek
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

本帖最後由 张无忌 於 2026-1-16 05:15 編輯

OpenWrt 25.12.0-rc2 PassWall on GL-MT3000

在大陆用 apk 安装 PassWall 26.1.13-1。
  1. apk add --allow-untrusted *.apk
複製代碼
..

图1:PassWall 26.1.13-1



References:
[1] Openwrt-Passwall
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

OpenWrt 25.12.0-rc2 PassWall2 on GL-MT6000

在大陆用 apk 安装 PassWall2 26.1.1-1r [1]。
  1. apk add --allow-untrusted *.apk
複製代碼
..

图1:PassWall2 26.1.1-1r


Reference:
[1] https://github.com/Openwrt-Passwall/openwrt-passwall2/releases
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

OpenWrt 25.12.0-rc3 PassWall on GL-MT6000

25.12.0-rc3 在 PassWall 可以,但是 PassWall2 有问题,不能通过 Google。

TOP