[openwrt/openwrt] Revert "octeon: mark source-only"
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 2 19:47:54 PDT 2022
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f6cda9f06b09c94457e838a28ef300b2f3c6be77
commit f6cda9f06b09c94457e838a28ef300b2f3c6be77
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Sun Apr 3 05:24:17 2022 +0300
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 at linux-ipv6.be>
---
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 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
More information about the lede-commits
mailing list