buildsystem: add CONFIG_SECCOMP
[openwrt/staging/mkresin.git] / include / target.mk
index 03192d3ebef4904851f8b798aa1bffa279a6036e..60760bf60242d849e67f7d4f30314f3d3b3a5ac9 100644 (file)
@@ -39,7 +39,7 @@ DEFAULT_PACKAGES+=procd-ujail
 endif
 
 # include seccomp ld-preload hooks if kernel supports it
-ifneq ($(CONFIG_KERNEL_SECCOMP),)
+ifneq ($(CONFIG_SECCOMP),)
 DEFAULT_PACKAGES+=procd-seccomp
 endif