1config BR2_PACKAGE_UDFTOOLS
2	bool "udftools"
3	depends on BR2_USE_WCHAR
4	select BR2_PACKAGE_READLINE
5	help
6	  Tools for creating UDF filesystems
7	  Maintained fork of the 2004 Sourcforge package
8
9	  https://github.com/pali/udftools
10
11comment "udftools needs a toolchain w/ wchar"
12	depends on !BR2_USE_WCHAR
13