Skip to content

Commit 1cf45ad

Browse files
andrewjlamarchePolynomialDivision
authored andcommitted
octeon: refresh 6.18 patches
Refresh patches for 6.18. Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com> Link: openwrt/openwrt#23031 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent 95d7a8f commit 1cf45ad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

target/linux/octeon/patches-6.18/000-fix-octeon-kernel-build.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- a/arch/mips/cavium-octeon/octeon-platform.c
22
+++ b/arch/mips/cavium-octeon/octeon-platform.c
3-
@@ -15,6 +15,7 @@
4-
#include <linux/libfdt.h>
3+
@@ -16,6 +16,7 @@
4+
#include <linux/string.h>
55

66
#include <asm/octeon/octeon.h>
77
+#include <asm/octeon/octeon-platform.h>

target/linux/octeon/patches-6.18/100-mips_image_cmdline_hack.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
1010

1111
--- a/arch/mips/Kconfig
1212
+++ b/arch/mips/Kconfig
13-
@@ -1132,6 +1132,10 @@ config MIPS_MSC
13+
@@ -1178,6 +1178,10 @@ config MIPS_MSC
1414
config SYNC_R4K
1515
bool
1616

@@ -23,7 +23,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2323

2424
--- a/arch/mips/kernel/head.S
2525
+++ b/arch/mips/kernel/head.S
26-
@@ -79,6 +79,12 @@ FEXPORT(__kernel_entry)
26+
@@ -81,6 +81,12 @@ FEXPORT(__kernel_entry)
2727
j kernel_entry
2828
#endif /* CONFIG_BOOT_RAW */
2929

0 commit comments

Comments
 (0)