From: John Crispin Date: Fri, 27 Mar 2015 16:28:43 +0000 (+0000) Subject: procd: disable jail for uml builds X-Git-Tag: reboot~3671 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=23b24d43ae9afb5ad271b77d19fb4803405c7a81;p=oweals%2Fopenwrt.git procd: disable jail for uml builds probiere den mal bitte Signed-off-by: John Crispin SVN-Revision: 45066 --- diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 2652a94f3c..f502307f15 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -77,12 +77,12 @@ config PROCD_ZRAM_TMPFS config PROCD_JAIL_SUPPORT bool default y - depends on mips || mipsel || i386 || x86_64 + depends on (mips || mipsel || i386 || x86_64) && PROCD_SECCOMP_SUPPORT config PROCD_SECCOMP_SUPPORT bool default y - depends on (mips || mipsel || i386 || x86_64) && @KERNEL_SECCOMP + depends on (mips || mipsel || i386 || x86_64) && !@TARGET_uml && @KERNEL_SECCOMP endmenu endef