Config.in 359 B

12345678910111213
  1. config 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. http://uftp-multicast.sourceforge.net/
  9. comment "uftp needs a toolchain w/ threads, wchar"
  10. depends on BR2_USE_MMU
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR