mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
d94599a175
Upstream removed usage of libplatform
a4fb0019a6
Added remaining dependencies and removed unused kodi-platform:
https://github.com/xbmc/vfs.sftp/blob/Matrix/CMakeLists.txt#L6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
config BR2_PACKAGE_KODI_VFS_SFTP
|
|
bool "kodi-vfs-sftp"
|
|
select BR2_PACKAGE_LIBSSH
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
SFTP VFS addon for Kodi
|
|
|
|
https://github.com/xbmc/vfs.sftp
|