Skip to content

Commit 4cc2c97

Browse files
committed
Remove old 1.6 kernel entry
1 parent dd353e7 commit 4cc2c97

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

lib/system/versions.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ const (
1515
// Kernel_202603091 is the current kernel version with iptables filter/xt match support for nested Hypeman networking
1616
Kernel_202603091 KernelVersion = "ch-6.12.8-kernel-1.5-202603091"
1717

18-
// Kernel_202603271 is the previous 1.6 kernel release with initial Docker bridge support
19-
Kernel_202603271 KernelVersion = "ch-6.12.8-kernel-1.6-202603271"
20-
2118
// Kernel_202603301 is the current kernel version with expanded nftables/raw support for Docker bridge networking
2219
Kernel_202603301 KernelVersion = "ch-6.12.8-kernel-1.6-202603301"
2320
)
@@ -29,7 +26,6 @@ var (
2926
// SupportedKernelVersions lists all supported kernel versions
3027
SupportedKernelVersions = []KernelVersion{
3128
Kernel_202603301,
32-
Kernel_202603271,
3329
Kernel_202603091,
3430
Kernel_202602101,
3531
Kernel_202601152,
@@ -42,10 +38,6 @@ var KernelDownloadURLs = map[KernelVersion]map[string]string{
4238
"x86_64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.6-202603301/vmlinux-x86_64",
4339
"aarch64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.6-202603301/Image-arm64",
4440
},
45-
Kernel_202603271: {
46-
"x86_64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.6-202603271/vmlinux-x86_64",
47-
"aarch64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.6-202603271/Image-arm64",
48-
},
4941
Kernel_202603091: {
5042
"x86_64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.5-202603091/vmlinux-x86_64",
5143
"aarch64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.5-202603091/Image-arm64",
@@ -67,10 +59,6 @@ var KernelHeaderURLs = map[KernelVersion]map[string]string{
6759
"x86_64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.6-202603301/kernel-headers-x86_64.tar.gz",
6860
"aarch64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.6-202603301/kernel-headers-aarch64.tar.gz",
6961
},
70-
Kernel_202603271: {
71-
"x86_64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.6-202603271/kernel-headers-x86_64.tar.gz",
72-
"aarch64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.6-202603271/kernel-headers-aarch64.tar.gz",
73-
},
7462
Kernel_202603091: {
7563
"x86_64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.5-202603091/kernel-headers-x86_64.tar.gz",
7664
"aarch64": "https://github.com/kernel/linux/releases/download/ch-6.12.8-kernel-1.5-202603091/kernel-headers-aarch64.tar.gz",

0 commit comments

Comments
 (0)