mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 21:33:39 -09:00
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:6b614bed3eUpstream added musl support with this version:270607253eSigned-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
625 B
Plaintext
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
|