summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijie Gao2024-12-22 10:32:54 +0000
committerHauke Mehrtens2024-12-23 22:02:11 +0000
commitb6b6148d7d19f7081551491192e161f46cb0bdb8 (patch)
tree3f4e8e40a75cb84b268299f3b22a51d72cd33c31
parentf69fc4c413357ab2e981f11eacd6101b6a59ab34 (diff)
downloadopenwrt-b6b6148d7d19f7081551491192e161f46cb0bdb8.tar.gz
config: enable SECCOMP support for loongarch64
Make USE_SECCOMP selectable for loongarch64 Signed-off-by: Weijie Gao <hackpascal@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17335 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--config/Config-build.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index ec3a8d1f80..9b6b5f3066 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