Update Packages

- Updated QuecManager to 0.0.3 include patch from c8faf539c1

- Added LAN settings to sdxpinn-console-menu V0.0.2

- Updated Tailscale ipks from 1.74.1 to 1.76.1
This commit is contained in:
Cameron Thompson
2024-10-30 02:07:11 +00:00
parent 6ed4a3e1e4
commit b5c7bfe567
57 changed files with 38 additions and 38 deletions

View File

@@ -0,0 +1,13 @@
Package: tailscale
Version: 1.76.1-1
Depends: libc, tailscaled
Source: feeds/packages/net/tailscale
SourceName: tailscale
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 $@