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