[openwrt/openwrt] config: Activate SECCOMP also on MIPS 64

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 3 15:53:00 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bdc2194cbb67a2869cb3087640e5c5a34749da6d

commit bdc2194cbb67a2869cb3087640e5c5a34749da6d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Nov 1 14:48:22 2021 +0100

    config: Activate SECCOMP also on MIPS 64
    
    This activates SECCOMP also on mips64 and mips64el.
    
    This was working fine in a basic test in qemu.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 config/Config-build.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/Config-build.in b/config/Config-build.in
index a028ebfbc3..9bef36e53e 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -376,7 +376,7 @@ menu "Global build settings"
 		bool "Enable SECCOMP"
 		select KERNEL_SECCOMP
 		select PACKAGE_procd-seccomp
-		depends on (aarch64 || arm || armeb || mips || mipsel || i386 || powerpc || x86_64)
+		depends on (aarch64 || arm || armeb || mips || mipsel || mips64 || mips64el || i386 || powerpc || x86_64)
 		depends on !TARGET_uml
 		default y
 		help



More information about the lede-commits mailing list