Files
fos/Buildroot/package/partimage/Config.in
Sebastian Roth 1ffca08803 Update the FOS build to current state of files in FOG working branch
as a preperation to entirely move those over to this repo.
2017-12-29 19:00:52 -06:00

15 lines
435 B
Plaintext

config BR2_PACKAGE_PARTIMAGE
bool "partimage"
select BR2_PACKAGE_NTFS_3G_NTFSPROGS
select BR2_PACKAGE_E2FSPROGS
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
help
partimage, the GNU partition resizing program
http://www.partimage.org/Main_Page
comment "partimage requires a toolchain with LARGEFILE+WCHAR support"
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)