diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-06-02 11:21:20 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-02 11:21:20 +0200 |
commit | 8b0fd3cb49566854fc038213e093e3c325618399 (patch) | |
tree | 05d6e0ccaef205c9e6f75f22cd37d852058ca664 /package/python-websockets/Config.in | |
parent | ef01260b3d4852e7f1b760c1e0f5073ce342f2c8 (diff) | |
parent | 243627efbd53241127b6384a47ac89f2d73226e4 (diff) | |
download | buildroot-8b0fd3cb49566854fc038213e093e3c325618399.tar.gz buildroot-8b0fd3cb49566854fc038213e093e3c325618399.zip |
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-websockets/Config.in')
-rw-r--r-- | package/python-websockets/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/python-websockets/Config.in b/package/python-websockets/Config.in index 7d80161a1a..888bec616f 100644 --- a/package/python-websockets/Config.in +++ b/package/python-websockets/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_PYTHON_WEBSOCKETS select BR2_PACKAGE_PYTHON3_ZLIB select BR2_PACKAGE_PYTHON3_SSL help - An implementation of the WebSocket Protocol (RFC 6455) + An implementation of the WebSocket Protocol (RFC 6455 & + 7692). https://github.com/aaugustin/websockets |