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 05:47:21 +0300 |
commit | f6cda9f06b09c94457e838a28ef300b2f3c6be77 (patch) | |
tree | 174572e1b713488ca9175c8268cb5b5b52f05d56 /target/linux/octeon | |
parent | 9283359bd53a889a270da4a7d5bbe3eaaa771e70 (diff) | |
download | upstream-f6cda9f06b09c94457e838a28ef300b2f3c6be77.tar.gz upstream-f6cda9f06b09c94457e838a28ef300b2f3c6be77.tar.bz2 upstream-f6cda9f06b09c94457e838a28ef300b2f3c6be77.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>
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 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 |