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.
This commit is contained in:
Cameron Thompson
2025-01-19 17:37:03 -05:00
parent 29198d22d2
commit e54d5e0552
7 changed files with 8 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
Package: luci-app-tailscale Package: luci-app-tailscale
Version: 1.2.3-2 Version: 1.2.3-2
Depends: libc, tailscale Depends: libc, tailscale, tailscaled (>= 1.78.1-4)
Source: package/luci-app-tailscale Source: package/luci-app-tailscale
SourceName: luci-app-tailscale SourceName: luci-app-tailscale
Section: luci Section: luci

View File

@@ -1,7 +1,7 @@
Package: sdxpinn-quecmanager-beta Package: sdxpinn-quecmanager-beta
Version: 1.1.1 Version: 1.1.1-1
Architecture: aarch64_cortex-a53 Architecture: aarch64_cortex-a53
Maintainer: Russel Yasol dr-dolomite@github.com Cameron Thompson iamromulan@github.com 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 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 Conflicts: sdxpinn-quecmanager

View File

@@ -1,6 +1,6 @@
Package: sms-tool Package: sms-tool
Version: 2025.1.12-APmod-iamromulan Version: 2025.1.19-APmod-iamromulan
Depends: libc socat-at-bridge Depends: libc, socat-at-bridge
Source: github/iamromulan/sms_tool Source: github/iamromulan/sms_tool
SourceName: github/iamromulan/sms_tool SourceName: github/iamromulan/sms_tool
Section: utils Section: utils

View File

@@ -1,6 +1,6 @@
Package: socat-at-bridge Package: socat-at-bridge
Version: 1.1.1 Version: 1.1.1
Depends: libc socat Depends: libc, socat
Source: github/iamromulan/quectel-rgmii-toolkit Source: github/iamromulan/quectel-rgmii-toolkit
Section: utils Section: utils
URL: https://github.com/iamromulan/quectel-rgmii-toolkit URL: https://github.com/iamromulan/quectel-rgmii-toolkit

View File

@@ -1,2 +0,0 @@
# Conff file needs replaced for now
# /etc/config/tailscale

View File

@@ -1,5 +1,5 @@
Package: tailscaled Package: tailscaled
Version: 1.78.1-3 Version: 1.78.1-4
Depends: libc, ca-bundle, kmod-tun Depends: libc, ca-bundle, kmod-tun
Source: feeds/packages/net/tailscale Source: feeds/packages/net/tailscale
SourceName: tailscaled SourceName: tailscaled

View File

@@ -1,5 +1,5 @@
config tailscale 'settings' config tailscale 'settings'
option enabled '0' option enabled '1'
option log_stderr '1' option log_stderr '1'
option log_stdout '1' option log_stdout '1'
option port '41641' option port '41641'