blob: 0f0ab28fc30c754bdf4ba819dea8f86fa42f2bca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_FAKEROOT
bool "fakeroot"
default n
help
Run commands in an environment faking root privileges.
http://joostje.op.het.net/fakeroot/
# dummy for fakeroot-source
config BR2_HOST_FAKEROOT
bool
default n
|