mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
sshfs: bump to version 2.3, adjust SITE and description
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7360f16a22
commit
e6480f2bb9
@ -9,10 +9,7 @@ config BR2_PACKAGE_SSHFS
|
|||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
depends on BR2_USE_WCHAR # glib2
|
depends on BR2_USE_WCHAR # glib2
|
||||||
help
|
help
|
||||||
FUSE makes it possible to implement a filesystem in a userspace
|
FUSE filesystem client based on the SSH File Transfer Protocol.
|
||||||
program. Features include: simple yet comprehensive API, secure
|
|
||||||
mounting by non-root users, support for 2.4 and 2.6 Linux
|
|
||||||
kernels, multi-threaded operation. etc...
|
|
||||||
|
|
||||||
http://fuse.sourceforge.net/sshfs.html
|
http://fuse.sourceforge.net/sshfs.html
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
SSHFS_VERSION = 2.2
|
SSHFS_VERSION = 2.3
|
||||||
SSHFS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/$(SSHFS_VERSION)/sshfs-fuse
|
SSHFS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/$(SSHFS_VERSION)
|
||||||
SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
|
SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
|
||||||
SSHFS_DEPENDENCIES = \
|
SSHFS_DEPENDENCIES = \
|
||||||
libglib2 libfuse openssh \
|
libglib2 libfuse openssh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user