summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/system/procd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index f502307f15..2fd95f020a 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -82,7 +82,7 @@ config PROCD_JAIL_SUPPORT
config PROCD_SECCOMP_SUPPORT
bool
default y
- depends on (mips || mipsel || i386 || x86_64) && !@TARGET_uml && @KERNEL_SECCOMP
+ depends on (mips || mipsel || i386 || x86_64) && !TARGET_uml && @KERNEL_SECCOMP
endmenu
endef