Rebuild feed & update tailscale

- QuecManager beta updated to 0.0.9
- Tailscale updated to 1.78.1
This commit is contained in:
Cameron Thompson
2024-12-07 22:35:51 +00:00
parent 29196f7f9b
commit 0f8ec6d242
23 changed files with 22 additions and 20 deletions

View File

@@ -0,0 +1 @@
/etc/config/tailscale

View File

@@ -0,0 +1,13 @@
Package: tailscaled
Version: 1.78.1-1
Depends: libc, ca-bundle, kmod-tun
Source: feeds/packages/net/tailscale
SourceName: tailscaled
License: BSD-3-Clause
LicenseFiles: LICENSE
Section: net
Maintainer: Jan Pavlinec <jan.pavlinec1@gmail.com>
Architecture: aarch64_cortex-a53
Description: It creates a secure network between your servers, computers,
and cloud instances. Even when separated by firewalls or subnets. Updated
by iamromulan to 1.76.1

View File

@@ -0,0 +1,5 @@
#!/bin/sh
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_postinst $0 $@

View File

@@ -0,0 +1,4 @@
#!/bin/sh
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@