Config.in 386 B

123456789101112131415
  1. config BR2_PACKAGE_WGET
  2. bool "wget"
  3. # fork()
  4. depends on BR2_USE_MMU
  5. depends on BR2_USE_WCHAR
  6. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  7. help
  8. Network utility to retrieve files from http, https and ftp.
  9. http://www.gnu.org/software/wget/
  10. comment "wget needs a toolchain w/ wchar"
  11. depends on BR2_USE_MMU
  12. depends on !BR2_USE_WCHAR
  13. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS