Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua-neturl: make pkg release apk compatible #1600

Closed
wants to merge 2 commits into from

Commits on Nov 16, 2024

  1. lua-neturl: make pkg release apk compatible

    1、lua-neturl: CI 使用的分支 ImmortalWrt 已默认编译 APK,如不修改,会使 CI 编译失败并同时导致 CI 编译luci-app-ssr-plus失败。
    2、luci-app-ssr-plus: 编译错误如下:
    ```
    ./etc/init.d/shadowsocksr: uci command not found
    grep:
    Signed-off-by: Tianling Shen <[email protected]>
    Signed-off-by: Zxl hhyccc <[email protected]>
    zxlhhyccc committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    f971ee5 View commit details
    Browse the repository at this point in the history
  2. luci-app-ssr-plus: Optimize code and resolve compilation errors.

    编译错误如下:
    ```
    ./etc/init.d/shadowsocksr: uci command not found
    grep: /tmp/dnasmq.conf: not such file or directory
    ```
    zxlhhyccc committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e0c4f71 View commit details
    Browse the repository at this point in the history