projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e1b47
)
config: enable SECCOMP support for loongarch64
author
Weijie Gao
<hackpascal@gmail.com>
Sun, 22 Dec 2024 10:32:54 +0000
(18:32 +0800)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 3 Jan 2025 20:55:18 +0000
(21:55 +0100)
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>
(cherry picked from commit
b6b6148d7d19f7081551491192e161f46cb0bdb8
)
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index 08acae63d3b24ef6d56298be9e8bbdbb2015f09c..a9e968f944e7872b1b2773f12f774755461190b7 100644
(file)
--- 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