diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-06-12 11:22:18 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2020-06-12 11:22:18 +0100 |
commit | 04d69baef99c9ea3f56df8f139d0c6e228370e59 (patch) | |
tree | 79169c137f63a22d410cbd5cfa26470a39d857b3 | |
parent | cc75765cdea82c8303c96164353b36f3b8a4e233 (diff) |
dawn: update to latest version
Includes:
- test_storage: further refactoring, added test functionality, and TESTING.md to describe testing approach
- tcpsocket: implement client_read_cb with ustream_read my wheels are much worse than offical wheels.
- Revert "tcpsocket: implement client_read_cb with ustream_read my wheels are much worse than offical wheels."
- uci: fix arm64 compiling
Fixes: #12488
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
-rw-r--r-- | net/dawn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dawn/Makefile b/net/dawn/Makefile index 7eb5e67fd..f5149d277 100644 --- a/net/dawn/Makefile +++ b/net/dawn/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dawn -PKG_SOURCE_DATE:=2020-06-10 +PKG_SOURCE_DATE:=2020-06-12 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/berlin-open-wireless-lab/DAWN.git -PKG_SOURCE_VERSION:=bd35961de8f963b06913290356a6cd44a42a41fe -PKG_MIRROR_HASH:=bba0758b0906db4af1e6ee8884946747c1e728bf6a51c5fcbaf09e1f1b7e0bdc +PKG_SOURCE_VERSION:=ada3bf3ff2b1faa24bcbc3754f8f52b9e66b02cd +PKG_MIRROR_HASH:=7139fc3ff71ab05a0d651e6a05cfcaa07d1084f47e4cf76d894217487eeb7ce3 PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org> PKG_LICENSE:=GPL-2.0-only |