bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -5,8 +5,6 @@ config BR2_PACKAGE_ZEROMQ
bool "zeromq"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
help
ØMQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking
library but acts like a concurrency framework. It gives you
@@ -59,4 +57,9 @@ config BR2_PACKAGE_ZEROMQ_DRAFTS
https://pyzmq.readthedocs.io/en/latest/draft.html
config BR2_PACKAGE_ZEROMQ_WEBSOCKET
bool "WebSocket support"
help
Enable WebSocket transport
endif