mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
Change def of BR2_USE_WCHAR to build uClibc w WCHAR support
This commit is contained in:
parent
aac3c1bbec
commit
dd65a3cc0f
@ -651,12 +651,6 @@ config BR2_DEPRECATED
|
|||||||
help
|
help
|
||||||
This option hides outdated/obsolete versions of packages.
|
This option hides outdated/obsolete versions of packages.
|
||||||
|
|
||||||
config BR2_USE_WCHAR
|
|
||||||
bool "Show packages that require WCHAR support"
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
This option hides packages which cannot be built without WCHAR.
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "strip"
|
prompt "strip"
|
||||||
default BR2_STRIP_strip
|
default BR2_STRIP_strip
|
||||||
|
@ -41,6 +41,12 @@ config BR2_INET_RPC
|
|||||||
help
|
help
|
||||||
Enable RPC. RPC support is needed for nfs.
|
Enable RPC. RPC support is needed for nfs.
|
||||||
|
|
||||||
|
config BR2_USE_WCHAR
|
||||||
|
bool "Enable WCHAR support"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enable WCHAR. WCHAR support is needed for several packages
|
||||||
|
|
||||||
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