diff options
| author | Stijn Tintel | 2022-04-01 10:05:10 +0000 |
|---|---|---|
| committer | Rui Salvaterra | 2022-04-01 10:14:01 +0000 |
| commit | 6e7bf6ad9509a5d22642bc40cce661e5442c265c (patch) | |
| tree | 7c2c041f01a0e6db58d4bb214e4eb3b22b615d07 | |
| parent | c9358c387bf0c563f4dbe7e3fb3b162eb06eaea0 (diff) | |
| download | openwrt-6e7bf6ad9509a5d22642bc40cce661e5442c265c.tar.gz | |
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@linux-ipv6.be>
(cherry picked from commit 1fa8780056a8c7a2e26c8b4d5e6979232f117349)
| -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 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 |