Skip to content

Commit cf14eb6

Browse files
committed
bpf-headers: update to version 6.12
Update bpf-headers to version 6.12 now that we target kernel version 6.12. Signed-off-by: Christian Marangi <[email protected]>
1 parent fee916f commit cf14eb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/kernel/bpf-headers/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/kernel.mk
1313

1414

1515
PKG_NAME:=linux
16-
PKG_PATCHVER:=6.6
16+
PKG_PATCHVER:=6.12
1717

1818
# Manually include kernel version and hash from kernel details file
1919
GENERIC_PLATFORM_DIR := $(CURDIR)/../../../target/linux/generic

package/kernel/bpf-headers/patches/100-support_hz_300.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/arch/mips/Kconfig
22
+++ b/arch/mips/Kconfig
3-
@@ -2820,6 +2820,9 @@ choice
3+
@@ -2809,6 +2809,9 @@ choice
44
config HZ_256
55
bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
66

@@ -10,7 +10,7 @@
1010
config HZ_1000
1111
bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
1212

13-
@@ -2871,6 +2874,7 @@ config HZ
13+
@@ -2860,6 +2863,7 @@ config HZ
1414
default 128 if HZ_128
1515
default 250 if HZ_250
1616
default 256 if HZ_256

0 commit comments

Comments
 (0)