mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -10,5 +10,18 @@ config BR2_PACKAGE_LIBXMLRPC
|
||||
|
||||
http://xmlrpc-c.sourceforge.net/
|
||||
|
||||
if BR2_PACKAGE_LIBXMLRPC
|
||||
|
||||
config BR2_PACKAGE_LIBXMLRPC_TOOLS_XMLRPC
|
||||
bool "install cli tool"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Command line tool xmlrpc.
|
||||
|
||||
comment "cli tool needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
endif # BR2_PACKAGE_LIBXMLRPC
|
||||
|
||||
comment "libxmlrpc needs a toolchain w/ threads"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user