Browse Source

procd: disable jail for uml builds

probiere den mal bitte

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 45066
John Crispin 10 years ago
parent
commit
23b24d43ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/system/procd/Makefile

+ 2 - 2
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