procd: remove superflous @ in depends line
[openwrt.git] / package / system / procd / Makefile
index f502307..2fd95f0 100644 (file)
@@ -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