router: backport golang to 25.12 branch

This commit is contained in:
2026-08-08 14:16:11 -04:00
parent fa9502c88f
commit d969083927

View File

@@ -45,7 +45,10 @@ declare -Ag router=(
kmod-fs-btrfs btrfs-progs block-mount \ kmod-fs-btrfs btrfs-progs block-mount \
smcroute avahi-daemon" smcroute avahi-daemon"
# Backport tailscale 1.102.2 to 25.12 branch # Backport tailscale 1.102.2 to 25.12 branch
[cherrypicks]="https://github.com/openwrt/packages@master:58708c70345b31897b08ad1697d8bf4f3c022972" # Backport golang 1.26.5 to 25.12 branch
[cherrypicks]="\
https://github.com/openwrt/packages@master:58708c70345b31897b08ad1697d8bf4f3c022972 \
https://github.com/openwrt/packages@master:66febba4e1312a68ab9ea48d4e4708f6553de18d"
[kconfigs]="${default_kconfigs[*]} \ [kconfigs]="${default_kconfigs[*]} \
CONFIG_TARGET_ROOTFS_PARTSIZE=512 CONFIG_TARGET_KERNEL_PARTSIZE=32 \ CONFIG_TARGET_ROOTFS_PARTSIZE=512 CONFIG_TARGET_KERNEL_PARTSIZE=32 \
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y CONFIG_BTRFS_PROGS_ZSTD=y" CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y CONFIG_BTRFS_PROGS_ZSTD=y"