xref: /OK3568_Linux_fs/buildroot/package/uftp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_UFTP
2	bool "uftp"
3	depends on BR2_USE_MMU # fork()
4	depends on BR2_TOOLCHAIN_HAS_THREADS
5	depends on BR2_USE_WCHAR
6	help
7	  Encrypted UDP based FTP with multicast.
8
9	  http://uftp-multicast.sourceforge.net/
10
11comment "uftp needs a toolchain w/ threads, wchar"
12	depends on BR2_USE_MMU
13	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
14