config: enable SECCOMP support for loongarch64
authorWeijie Gao <hackpascal@gmail.com>
Sun, 22 Dec 2024 10:32:54 +0000 (18:32 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 23 Dec 2024 22:02:11 +0000 (23:02 +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>
config/Config-build.in

index ec3a8d1f8033c1717ba99b4321437cbe439a61c5..9b6b5f306692f8299ffcfb6da9131af2b70c2f46 100644 (file)
@@ -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