Selaa lähdekoodia

config: enable SECCOMP support for loongarch64

Make USE_SECCOMP selectable for loongarch64

Signed-off-by: Weijie Gao <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/17335
Signed-off-by: Hauke Mehrtens <[email protected]>
Weijie Gao 1 vuosi sitten
vanhempi
sitoutus
b6b6148d7d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      config/Config-build.in

+ 1 - 1
config/Config-build.in

@@ -426,7 +426,7 @@ menu "Global build settings"
 	config USE_SECCOMP
 	config USE_SECCOMP
 		bool "Enable SECCOMP"
 		bool "Enable SECCOMP"
 		select KERNEL_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
 		depends on !TARGET_uml
 		default y
 		default y
 		help
 		help