[openwrt/openwrt] config: enable SECCOMP support for loongarch64
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 3 13:30:53 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/993ade9eb3cbc3e1a6aa2faa02220343a04eb725
commit 993ade9eb3cbc3e1a6aa2faa02220343a04eb725
Author: Weijie Gao <hackpascal at gmail.com>
AuthorDate: Sun Dec 22 18:32:54 2024 +0800
config: enable SECCOMP support for loongarch64
Make USE_SECCOMP selectable for loongarch64
Signed-off-by: Weijie Gao <hackpascal at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17335
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
(cherry picked from commit b6b6148d7d19f7081551491192e161f46cb0bdb8)
---
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 08acae63d3..a9e968f944 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -427,7 +427,7 @@ menu "Global build settings"
bool "Enable SECCOMP"
select KERNEL_SECCOMP
select PACKAGE_procd-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
More information about the lede-commits
mailing list