Replies: 6 comments 7 replies
-
现在用openwrt 的sdk make可以直接过吗?我之前的总是报错,停用了很久了 |
Beta Was this translation helpful? Give feedback.
-
更新:改用openwrt sdk docker 进行编译 |
Beta Was this translation helpful? Give feedback.
-
使用 SNAPSHOT SDK 编译成功了 APK格式,欢迎试用 |
Beta Was this translation helpful? Give feedback.
-
上传一个openwrt 24.10用的新版本检测脚本,一键检测下载安装新版本 |
Beta Was this translation helpful? Give feedback.
-
ImmortalWrt 软件包里上传安装的时候提示 ERROR: /tmp/upload.apk: UNTRUSTED signature,一直安装不了,想问下要怎么解决啊?按你仓库介绍里的两个方法可以直接一起编译吗? |
Beta Was this translation helpful? Give feedback.
-
SNAPSHOT 原生使用openssl 3.5.x,写了一个使用原生openssl +ktls编译的actions。 更新:去除了apk包里的打包的libopenssl。实际上SNAPSHOT不需要打包这两个文件。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
下载地址: https://github.com/xianren78/openwrt-smartdns/releases
1, 根据smartdns、webui 和luci-app-smartdns的最新 commit 使用 openssl 3.5 进行 nightly 编译
2, 使用 OpenWrt 24.10 SDK和 SNAPSHOT SDK 编译,支持X86-64和aarch64_generic两种架构,其他版本OP请自行测试
3, 使用 OpenWrt sdk docker 进行编译,与使用SDK直接编译相比不需要编译rust,时长缩短到20分钟以内
4, 对Makefile的修改主要是 OPENSSL库,不在线编译RUST,另外SNAPSHOT版对Hash match要求严格,不能skip。
5, SNAPSHOT版证书问题,看看这儿
6, actions绝大部分都是AI糊的,如有需要自行取用。
感谢 @PikuZheng 大佬,没有你的 docker 编译smartdns with ui actions 作为样本,不可能有这些 actions 。
以下是LUCI最新特性展示, LUCI也支持使用 PikuZheng 大佬编译的smartdns_with_ui(tag名有with_ui字样):
Beta Was this translation helpful? Give feedback.
All reactions