[openwrt/openwrt] octeon: mark source-only
LEDE Commits
lede-commits at lists.infradead.org
Fri Apr 1 03:14:33 PDT 2022
rsalvaterra pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/6e7bf6ad9509a5d22642bc40cce661e5442c265c
commit 6e7bf6ad9509a5d22642bc40cce661e5442c265c
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Fri Apr 1 13:05:10 2022 +0300
octeon: mark source-only
There is a hard to reproduce, even harder to track down memory leak in
Octeon since kernel 5.10. Mark octeon source-only until it is plugged.
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
(cherry picked from commit 1fa8780056a8c7a2e26c8b4d5e6979232f117349)
---
target/linux/octeon/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index e96218fbf8..326d33f148 100644
--- a/target/linux/octeon/Makefile
+++ b/target/linux/octeon/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mips64
BOARD:=octeon
BOARDNAME:=Cavium Networks Octeon
-FEATURES:=squashfs ramdisk pci usb
+FEATURES:=squashfs ramdisk pci source-only usb
CPU_TYPE:=octeonplus
KERNEL_PATCHVER:=5.10
More information about the lede-commits
mailing list