From d9690839272f0d88f43a46b923571df2eb989049 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 8 Aug 2026 14:16:11 -0400 Subject: [PATCH] router: backport golang to 25.12 branch --- profiles | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles b/profiles index 99e876d..a42b4ce 100644 --- a/profiles +++ b/profiles @@ -45,7 +45,10 @@ declare -Ag router=( kmod-fs-btrfs btrfs-progs block-mount \ smcroute avahi-daemon" # 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[*]} \ CONFIG_TARGET_ROOTFS_PARTSIZE=512 CONFIG_TARGET_KERNEL_PARTSIZE=32 \ CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y CONFIG_BTRFS_PROGS_ZSTD=y"