2022-12-12 18:26:10 +01:00
|
|
|
comment "davfs2 needs a glibc toolchain"
|
2018-06-22 15:33:25 +02:00
|
|
|
depends on BR2_USE_MMU
|
2022-12-12 18:26:10 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
2018-06-22 15:33:25 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_DAVFS2
|
|
|
|
bool "davfs2"
|
2022-12-12 18:26:10 +01:00
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # fstab.h
|
2018-06-22 15:33:25 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
select BR2_PACKAGE_NEON
|
|
|
|
select BR2_PACKAGE_NEON_XML
|
|
|
|
help
|
|
|
|
davfs2 is a Linux file system driver that allows to
|
|
|
|
mount a WebDAV resource. WebDAV is an extension to HTTP/1.1
|
|
|
|
that allows remote collaborative authoring of Web resources.
|
|
|
|
To use davfs2 via /etc/fstab, FEATURE_MOUNT_HELPERS
|
|
|
|
must be selected in busybox configuration.
|
|
|
|
|
|
|
|
http://savannah.nongnu.org/projects/davfs2
|