diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-01 13:05:10 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-01 13:05:34 +0300 |
commit | 1fa8780056a8c7a2e26c8b4d5e6979232f117349 (patch) | |
tree | 0236da15d8b033831e2b9c08b87d95a4f512e0d2 /target/linux/octeon | |
parent | 39d28b84f14521b96e47bb341b0755559e83cd12 (diff) | |
download | upstream-1fa8780056a8c7a2e26c8b4d5e6979232f117349.tar.gz upstream-1fa8780056a8c7a2e26c8b4d5e6979232f117349.tar.bz2 upstream-1fa8780056a8c7a2e26c8b4d5e6979232f117349.zip |
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>
Diffstat (limited to 'target/linux/octeon')
-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 |