Author: blogic Date: 2015-03-27 22:11:17 +0100 (Fri, 27 Mar 2015) New Revision: 45070
Modified: trunk/package/system/procd/Makefile Log: procd: remove superflous @ in depends line the @ syntax is not required by Kbuild Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/system/procd/Makefile =================================================================== --- trunk/package/system/procd/Makefile 2015-03-27 20:31:14 UTC (rev 45069) +++ trunk/package/system/procd/Makefile 2015-03-27 21:11:17 UTC (rev 45070) @@ -82,7 +82,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
