mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
combine depends lines
This commit is contained in:
parent
11353ae0ab
commit
0e282c9aed
@ -337,8 +337,7 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
|
|||||||
config FEATURE_INETD_RPC
|
config FEATURE_INETD_RPC
|
||||||
bool "Support RPC services"
|
bool "Support RPC services"
|
||||||
default n
|
default n
|
||||||
depends on INETD
|
depends on INETD && FEATURE_HAVE_RPC
|
||||||
depends on FEATURE_HAVE_RPC
|
|
||||||
help
|
help
|
||||||
Support Sun-RPC based services
|
Support Sun-RPC based services
|
||||||
|
|
||||||
|
@ -368,8 +368,7 @@ config MOUNT
|
|||||||
config FEATURE_MOUNT_NFS
|
config FEATURE_MOUNT_NFS
|
||||||
bool "Support mounting NFS file systems"
|
bool "Support mounting NFS file systems"
|
||||||
default n
|
default n
|
||||||
depends on MOUNT
|
depends on MOUNT && FEATURE_HAVE_RPC
|
||||||
depends on FEATURE_HAVE_RPC
|
|
||||||
select FEATURE_SYSLOG
|
select FEATURE_SYSLOG
|
||||||
help
|
help
|
||||||
Enable mounting of NFS file systems.
|
Enable mounting of NFS file systems.
|
||||||
|
Loading…
Reference in New Issue
Block a user