1config BR2_PACKAGE_CPIO 2 bool "cpio" 3 depends on BR2_USE_WCHAR 4 # Need argp.h support 5 select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL 6 help 7 cpio archive utility for creation and extraction. 8 9 https://www.gnu.org/software/cpio/ 10 11comment "cpio needs a toolchain w/ wchar" 12 depends on !BR2_USE_WCHAR 13