1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-27 21:24:17 +00:00
Files
operating-system/buildroot/package/udftools/Config.in
Pascal Vizeli b13086072c Update buildroot & docker (#25)
* Update docker & buildroot

* Fix

* fix versions
2018-05-28 14:58:22 +02:00

13 lines
305 B
Plaintext

config BR2_PACKAGE_UDFTOOLS
bool "udftools"
depends on BR2_USE_WCHAR
select BR2_PACKAGE_READLINE
help
Tools for creating UDF filesystems
Maintained fork of the 2004 Sourcforge package
https://github.com/pali/udftools
comment "udftools needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR