[openwrt/openwrt] Revert "octeon: mark source-only"
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 3 09:30:37 PDT 2022
stintel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/30614c6cfadd5171ae1fc80151a72dd514d55e71
commit 30614c6cfadd5171ae1fc80151a72dd514d55e71
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>
(cherry picked from commit f6cda9f06b09c94457e838a28ef300b2f3c6be77)
---
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