1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 04:03:56 +02:00

procd: remove superflous @ in depends line

the @ syntax is not required by Kbuild

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 45070
This commit is contained in:
John Crispin 2015-03-27 21:11:17 +00:00
parent 54dd25eef4
commit 6484aa1d28

View File

@ -82,7 +82,7 @@ config PROCD_JAIL_SUPPORT
config PROCD_SECCOMP_SUPPORT config PROCD_SECCOMP_SUPPORT
bool bool
default y 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 endmenu
endef endef