17beb07166
Internal sftp support was removed in Kodi 18.0, see upstream PR 12005. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Arnout: add license file hash] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
config BR2_PACKAGE_KODI_VFS_SFTP
|
|
bool "kodi-vfs-sftp"
|
|
select BR2_PACKAGE_KODI_PLATFORM
|
|
select BR2_PACKAGE_LIBPLATFORM
|
|
select BR2_PACKAGE_LIBSSH
|
|
help
|
|
SFTP VFS addon for Kodi
|
|
|
|
https://github.com/xbmc/vfs.sftp
|