From e54d5e055234b718e03337ac068efc8fbc2813ec Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:37:03 -0500 Subject: [PATCH] Repo enhancements - Added version requirements for tailscaled to the tailscale luci app depends list. This ensures you have the new init.d and config that are needed. - Removed the conffile control for now since the formatting of the new config differs from the old. - Tailscaled config is set to auto start a single instance now. This will be especially helpful for the scenario where you do not install the luci app. Your state file should be preserved so it will auto login if you have signed in before on your current flash cycle. - Added version requirements for sms-tool on the QuecManager beta packages to ensure its dependencies are available. --- ipk-source/luci-app-tailscale/CONTROL/control | 2 +- ipk-source/sdxpinn-quecmanager-beta/CONTROL/control | 4 ++-- ipk-source/sms-toolAP_aarch64_cortex-a53/CONTROL/control | 4 ++-- ipk-source/socat-at-bridge/CONTROL/control | 2 +- ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/conffiles | 2 -- ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/control | 2 +- .../tailscaled_aarch64_cortex-a53/root/etc/config/tailscale | 2 +- 7 files changed, 8 insertions(+), 10 deletions(-) delete mode 100755 ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/conffiles diff --git a/ipk-source/luci-app-tailscale/CONTROL/control b/ipk-source/luci-app-tailscale/CONTROL/control index dc62388..c25f300 100755 --- a/ipk-source/luci-app-tailscale/CONTROL/control +++ b/ipk-source/luci-app-tailscale/CONTROL/control @@ -1,6 +1,6 @@ Package: luci-app-tailscale Version: 1.2.3-2 -Depends: libc, tailscale +Depends: libc, tailscale, tailscaled (>= 1.78.1-4) Source: package/luci-app-tailscale SourceName: luci-app-tailscale Section: luci diff --git a/ipk-source/sdxpinn-quecmanager-beta/CONTROL/control b/ipk-source/sdxpinn-quecmanager-beta/CONTROL/control index 685ec8d..8be350d 100755 --- a/ipk-source/sdxpinn-quecmanager-beta/CONTROL/control +++ b/ipk-source/sdxpinn-quecmanager-beta/CONTROL/control @@ -1,7 +1,7 @@ Package: sdxpinn-quecmanager-beta -Version: 1.1.1 +Version: 1.1.1-1 Architecture: aarch64_cortex-a53 Maintainer: Russel Yasol dr-dolomite@github.com Cameron Thompson iamromulan@github.com Description: A custom web UI desgined to run alongside luci for Quectel RM55x modems -Depends: sdxpinn-mount-fix, libc, coreutils-timeout, uhttpd, sms-tool, jq, ookla-speedtest +Depends: sdxpinn-mount-fix, libc, coreutils-timeout, uhttpd, sms-tool (>= 2025.1.19-APmod-iamromulan), jq, ookla-speedtest Conflicts: sdxpinn-quecmanager diff --git a/ipk-source/sms-toolAP_aarch64_cortex-a53/CONTROL/control b/ipk-source/sms-toolAP_aarch64_cortex-a53/CONTROL/control index 9f39cc1..53afe00 100644 --- a/ipk-source/sms-toolAP_aarch64_cortex-a53/CONTROL/control +++ b/ipk-source/sms-toolAP_aarch64_cortex-a53/CONTROL/control @@ -1,6 +1,6 @@ Package: sms-tool -Version: 2025.1.12-APmod-iamromulan -Depends: libc socat-at-bridge +Version: 2025.1.19-APmod-iamromulan +Depends: libc, socat-at-bridge Source: github/iamromulan/sms_tool SourceName: github/iamromulan/sms_tool Section: utils diff --git a/ipk-source/socat-at-bridge/CONTROL/control b/ipk-source/socat-at-bridge/CONTROL/control index fe0ecbe..b3d1c94 100755 --- a/ipk-source/socat-at-bridge/CONTROL/control +++ b/ipk-source/socat-at-bridge/CONTROL/control @@ -1,6 +1,6 @@ Package: socat-at-bridge Version: 1.1.1 -Depends: libc socat +Depends: libc, socat Source: github/iamromulan/quectel-rgmii-toolkit Section: utils URL: https://github.com/iamromulan/quectel-rgmii-toolkit diff --git a/ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/conffiles b/ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/conffiles deleted file mode 100755 index 64bdd76..0000000 --- a/ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/conffiles +++ /dev/null @@ -1,2 +0,0 @@ -# Conff file needs replaced for now -# /etc/config/tailscale diff --git a/ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/control b/ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/control index 51b9a50..18f67d6 100755 --- a/ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/control +++ b/ipk-source/tailscaled_aarch64_cortex-a53/CONTROL/control @@ -1,5 +1,5 @@ Package: tailscaled -Version: 1.78.1-3 +Version: 1.78.1-4 Depends: libc, ca-bundle, kmod-tun Source: feeds/packages/net/tailscale SourceName: tailscaled diff --git a/ipk-source/tailscaled_aarch64_cortex-a53/root/etc/config/tailscale b/ipk-source/tailscaled_aarch64_cortex-a53/root/etc/config/tailscale index 7400cf8..18b7b39 100644 --- a/ipk-source/tailscaled_aarch64_cortex-a53/root/etc/config/tailscale +++ b/ipk-source/tailscaled_aarch64_cortex-a53/root/etc/config/tailscale @@ -1,5 +1,5 @@ config tailscale 'settings' - option enabled '0' + option enabled '1' option log_stderr '1' option log_stdout '1' option port '41641'