procd: disable jail for uml builds
authorJohn Crispin <john@openwrt.org>
Fri, 27 Mar 2015 16:28:43 +0000 (16:28 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 27 Mar 2015 16:28:43 +0000 (16:28 +0000)
probiere den mal bitte

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

package/system/procd/Makefile

index 2652a94f3c1ab1a32fe389ebc95501669a33ca74..f502307f159cbf779ae43f91cd43b5f198c12f58 100644 (file)
@@ -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