9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
|
config BR2_PACKAGE_CPIO
|
||
|
bool "cpio"
|
||
|
# Need argp.h support
|
||
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
|
||
|
help
|
||
|
cpio archive utility for creation and extraction.
|
||
|
|
||
|
https://www.gnu.org/software/cpio/
|