Files
buildroot/package/davfs2/Config.in
Bernd Kuhls 18935d9d35 package/davfs2: bump version to 1.7.3
https://github.com/alisarctl/davfs2/blob/rel-1-7-3/ChangeLog

Removed patch 0002 which is not needed anymore due to upstream removal
of the neon version check:
6b614bed3e

Upstream added musl support with this version:
270607253e

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-04-24 23:31:29 +02:00

19 lines
625 B
Plaintext

comment "davfs2 needs a glibc or musl toolchain"
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_USES_UCLIBC
config BR2_PACKAGE_DAVFS2
bool "davfs2"
depends on !BR2_TOOLCHAIN_USES_UCLIBC # fstab.h
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