File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/kernel.mk
1313
1414
1515PKG_NAME: =linux
16- PKG_PATCHVER: =6.6
16+ PKG_PATCHVER: =6.12
1717
1818# Manually include kernel version and hash from kernel details file
1919GENERIC_PLATFORM_DIR := $(CURDIR ) /../../../target/linux/generic
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments