2022-08-23 07:48:11 +02:00
|
|
|
config BR2_PACKAGE_CRUN
|
|
|
|
bool "crun"
|
2022-11-06 11:53:09 +01:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
2022-08-23 07:48:11 +02:00
|
|
|
select BR2_PACKAGE_YAJL # libocispec
|
|
|
|
help
|
|
|
|
crun is a fast and low-memory OCI Container Runtime in C.
|
|
|
|
|
|
|
|
https://github.com/containers/crun
|