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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
# Conff file needs replaced for now
|
||||
# /etc/config/tailscale
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
config tailscale 'settings'
|
||||
option enabled '0'
|
||||
option enabled '1'
|
||||
option log_stderr '1'
|
||||
option log_stdout '1'
|
||||
option port '41641'
|
||||
|
||||
Reference in New Issue
Block a user