|
@@ -182,6 +182,16 @@ config BR2_PACKAGE_MPD_CURL
|
|
|
help
|
|
|
Enable curl streaming (http) support.
|
|
|
|
|
|
+config BR2_PACKAGE_MPD_LIBNFS
|
|
|
+ bool "nfs"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
+ select BR2_PACKAGE_LIBNFS
|
|
|
+ help
|
|
|
+ Enable Network File System (NFS) support.
|
|
|
+
|
|
|
+comment "nfs support needs a toolchain w/ RPC"
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
+
|
|
|
config BR2_PACKAGE_MPD_LIBSMBCLIENT
|
|
|
bool "samba"
|
|
|
depends on !BR2_nios2 # samba
|