From 3f47067e54a1ae69da8d988ccc44f95ddaf28683 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 27 Mar 2015 21:11:17 +0000 Subject: [PATCH] procd: remove superflous @ in depends line the @ syntax is not required by Kbuild Signed-off-by: John Crispin SVN-Revision: 45070 --- package/system/procd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2