mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
Allow selection of RPC and IPv6 options for an external toolchain.
This commit is contained in:
parent
f9a0f11030
commit
c51e7ada45
@ -74,6 +74,18 @@ config BR2_LARGEFILE
|
|||||||
help
|
help
|
||||||
Enable large file (files > 2 GB) support
|
Enable large file (files > 2 GB) support
|
||||||
|
|
||||||
|
config BR2_INET_IPV6
|
||||||
|
bool "Enable IPv6"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enable IPv6.
|
||||||
|
|
||||||
|
config BR2_INET_RPC
|
||||||
|
bool "Enable RPC"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enable RPC. RPC support is needed for nfs.
|
||||||
|
|
||||||
config BR2_SOFT_FLOAT
|
config BR2_SOFT_FLOAT
|
||||||
bool "Use software floating point by default"
|
bool "Use software floating point by default"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user