Config.in 615 B

123456789101112131415161718
  1. comment "davfs2 needs a glibc toolchain"
  2. depends on BR2_USE_MMU
  3. depends on !BR2_TOOLCHAIN_USES_GLIBC
  4. config BR2_PACKAGE_DAVFS2
  5. bool "davfs2"
  6. depends on BR2_TOOLCHAIN_USES_GLIBC # fstab.h
  7. depends on BR2_USE_MMU # fork()
  8. select BR2_PACKAGE_NEON
  9. select BR2_PACKAGE_NEON_XML
  10. help
  11. davfs2 is a Linux file system driver that allows to
  12. mount a WebDAV resource. WebDAV is an extension to HTTP/1.1
  13. that allows remote collaborative authoring of Web resources.
  14. To use davfs2 via /etc/fstab, FEATURE_MOUNT_HELPERS
  15. must be selected in busybox configuration.
  16. http://savannah.nongnu.org/projects/davfs2