diff options
author | Christian Svensson <blue@cmd.nu> | 2023-11-20 21:35:26 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2023-12-12 18:42:58 +0100 |
commit | 9a323b50e60673bea6b92b5952a83d80da641c45 (patch) | |
tree | 72bf564f331fec088f8e9eed1c6c7f9d8bf0814b /target/linux/octeon/Makefile | |
parent | 62ff11576d096473bf8a9d03964009987c8f8a21 (diff) |
octeon: upgrade to 6.1 kernel
The kernel patches apply with only minor changes. The only other notable
change is that octeon-usb has moved from staging and had its config
macro renamed from CONFIG_OCTEON_USB to CONFIG_USB_OCTEON_HCD.
Signed-off-by: Christian Svensson <blue@cmd.nu>
Diffstat (limited to 'target/linux/octeon/Makefile')
-rw-r--r-- | target/linux/octeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 4b5c4c07c1..fa3da97579 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -10,7 +10,7 @@ BOARDNAME:=Cavium Networks Octeon FEATURES:=squashfs ramdisk pci usb CPU_TYPE:=octeonplus -KERNEL_PATCHVER:=5.15 +KERNEL_PATCHVER:=6.1 define Target/Description Build firmware images for Cavium Networks Octeon-based boards. |