projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a29d2
)
procd: disable jail for uml builds
author
John Crispin
<
[email protected]
>
Fri, 27 Mar 2015 16:28:43 +0000
(16:28 +0000)
committer
John Crispin
<
[email protected]
>
Fri, 27 Mar 2015 16:28:43 +0000
(16:28 +0000)
probiere den mal bitte
Signed-off-by: John Crispin <
[email protected]
>
SVN-Revision: 45066
package/system/procd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/procd/Makefile
b/package/system/procd/Makefile
index 2652a94f3c1ab1a32fe389ebc95501669a33ca74..f502307f159cbf779ae43f91cd43b5f198c12f58 100644
(file)
--- 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