mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
Hint at 'enable RPC' requirement for nfs-utils and portmap
This commit is contained in:
parent
b20980bd57
commit
2cc7e8e2c9
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_NFS_UTILS
|
config BR2_PACKAGE_NFS_UTILS
|
||||||
bool "nfs-utils"
|
bool "nfs-utils"
|
||||||
|
depends on BR2_INET_RPC
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
The NFS Linux kernel server.
|
The NFS Linux kernel server.
|
||||||
@ -8,6 +9,9 @@ config BR2_PACKAGE_NFS_UTILS
|
|||||||
|
|
||||||
http://sourceforge.net/projects/nfs
|
http://sourceforge.net/projects/nfs
|
||||||
|
|
||||||
|
comment "nfs-utils requires a toolchain with 'Enable RPC' selected"
|
||||||
|
depends on !BR2_INET_RPC
|
||||||
|
|
||||||
menu "NFS utilities selection"
|
menu "NFS utilities selection"
|
||||||
depends BR2_PACKAGE_NFS_UTILS
|
depends BR2_PACKAGE_NFS_UTILS
|
||||||
|
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
config BR2_PACKAGE_PORTMAP
|
config BR2_PACKAGE_PORTMAP
|
||||||
bool "portmap"
|
bool "portmap"
|
||||||
default n
|
default n
|
||||||
|
depends on BR2_INET_RPC
|
||||||
help
|
help
|
||||||
The standard portmapper for RPC services.
|
The standard portmapper for RPC services.
|
||||||
|
|
||||||
ftp://ftp.porcupine.org/pub/security/index.html
|
ftp://ftp.porcupine.org/pub/security/index.html
|
||||||
|
|
||||||
|
comment "portmap requires a toolchain with 'Enable RPC' selected"
|
||||||
|
depends on !BR2_INET_RPC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user