From: Weijie Gao Date: Sun, 22 Dec 2024 10:32:54 +0000 (+0800) Subject: config: enable SECCOMP support for loongarch64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17335%2Fhead;p=thirdparty%2Fopenwrt.git config: enable SECCOMP support for loongarch64 Make USE_SECCOMP selectable for loongarch64 Signed-off-by: Weijie Gao Link: https://github.com/openwrt/openwrt/pull/17335 Signed-off-by: Hauke Mehrtens --- diff --git a/config/Config-build.in b/config/Config-build.in index ec3a8d1f803..9b6b5f30669 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -426,7 +426,7 @@ menu "Global build settings" config USE_SECCOMP bool "Enable SECCOMP" select KERNEL_SECCOMP - depends on (aarch64 || arm || armeb || mips || mipsel || mips64 || mips64el || i386 || powerpc || x86_64) + depends on (aarch64 || arm || armeb || mips || mipsel || mips64 || mips64el || i386 || loongarch64 || powerpc || x86_64) depends on !TARGET_uml default y help