mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
OpenDoas: a portable version of OpenBSD's doas command. doas is a minimal replacement for the venerable sudo. https://github.com/Duncaen/OpenDoas Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Julien: - add package description in commit log - add comments justifying the generic-package infra - add missing dependency on host-bison ] Signed-off-by: Julien Olivain <ju.o@free.fr>
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
config BR2_PACKAGE_OPENDOAS
|
|
bool "opendoas"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
OpenDoas: a portable version of OpenBSD's doas command.
|
|
doas is a minimal replacement for the venerable sudo.
|
|
|
|
https://github.com/Duncaen/OpenDoas
|