mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
util-linux: add missing indirect dependency on !avr32 for setpriv
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
bacdf4c8e9
commit
84a4603cb0
@ -216,6 +216,7 @@ config BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS
|
|||||||
|
|
||||||
config BR2_PACKAGE_UTIL_LINUX_SETPRIV
|
config BR2_PACKAGE_UTIL_LINUX_SETPRIV
|
||||||
bool "setpriv"
|
bool "setpriv"
|
||||||
|
depends on !BR2_avr32 # libcap-ng
|
||||||
select BR2_PACKAGE_LIBCAP_NG
|
select BR2_PACKAGE_LIBCAP_NG
|
||||||
help
|
help
|
||||||
Run a program with different Linux privilege settings
|
Run a program with different Linux privilege settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user