Author: blogic
Date: 2015-03-27 17:28:43 +0100 (Fri, 27 Mar 2015)
New Revision: 45066

Modified:
   trunk/package/system/procd/Makefile
Log:
procd: disable jail for uml builds

probiere den mal bitte

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

Modified: trunk/package/system/procd/Makefile
===================================================================
--- trunk/package/system/procd/Makefile 2015-03-27 16:03:16 UTC (rev 45065)
+++ trunk/package/system/procd/Makefile 2015-03-27 16:28:43 UTC (rev 45066)
@@ -77,12 +77,12 @@
 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
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to