aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-27 21:11:17 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-27 21:11:17 +0000
commitba1c162251db92969ed609653d646b323d4e8cf2 (patch)
tree7353de0f95c336bf34042058c7fd0d623267928e /package/system/procd
parentaf171bd1d97ff704fe6ff5a47b549f12d44d07d3 (diff)
downloadupstream-ba1c162251db92969ed609653d646b323d4e8cf2.tar.gz
upstream-ba1c162251db92969ed609653d646b323d4e8cf2.tar.bz2
upstream-ba1c162251db92969ed609653d646b323d4e8cf2.zip
procd: remove superflous @ in depends line
the @ syntax is not required by Kbuild Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45070 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd')
-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