diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-03 05:24:17 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-04-03 19:30:09 +0300 |
commit | 30614c6cfadd5171ae1fc80151a72dd514d55e71 (patch) | |
tree | 4c5459726355837b34f546ff2a36d444b66158fe /target | |
parent | 9ab337dfbce71b6676042394c7a1f9ae01e71e4e (diff) | |
download | upstream-30614c6cfadd5171ae1fc80151a72dd514d55e71.tar.gz upstream-30614c6cfadd5171ae1fc80151a72dd514d55e71.tar.bz2 upstream-30614c6cfadd5171ae1fc80151a72dd514d55e71.zip |
Revert "octeon: mark source-only"
The memory leak is fixed by the kernel patches backported in the
previous commit.
This reverts commit 1fa8780056a8c7a2e26c8b4d5e6979232f117349.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit f6cda9f06b09c94457e838a28ef300b2f3c6be77)
Diffstat (limited to 'target')
-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 326d33f148..e96218fbf8 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 source-only usb +FEATURES:=squashfs ramdisk pci usb CPU_TYPE:=octeonplus KERNEL_PATCHVER:=5.10 |