diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-08-22 12:31:55 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-08-24 21:33:54 +0200 |
commit | b6adfde0c6b6fba56e0fcf8c3166b6524678d950 (patch) | |
tree | a99b25e7be58c81fc941c6b06456cb0bcd56d389 /package | |
parent | 2211ee0037764e1c6b1576fe7a0975722cd4acdc (diff) | |
download | upstream-b6adfde0c6b6fba56e0fcf8c3166b6524678d950.tar.gz upstream-b6adfde0c6b6fba56e0fcf8c3166b6524678d950.tar.bz2 upstream-b6adfde0c6b6fba56e0fcf8c3166b6524678d950.zip |
mt76: update to the latest version
7daf962 mt7603: add survey support
980c606 mt7603: add fix for CCA signal configuration
30b8371 mt7603: fix BAR rate
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/mt76/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile index 2906849cf1..1e00aa7882 100644 --- a/package/kernel/mt76/Makefile +++ b/package/kernel/mt76/Makefile @@ -8,9 +8,9 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/openwrt/mt76 PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2018-07-13 -PKG_SOURCE_VERSION:=67803752363db5e81c7a74a9491a3041aa776284 -PKG_MIRROR_HASH:=733030674a782d96c5ea2fcbcbc2de5486f645d9fb4a84cfb74246a78b459569 +PKG_SOURCE_DATE:=2018-08-24 +PKG_SOURCE_VERSION:=30b8371ad7233c04fa825f318954791d3796c2bf +PKG_MIRROR_HASH:=388c95dbc7e6a971b3372654825c5641d9f92c8c2144768a87b00c02086ac7c8 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_BUILD_PARALLEL:=1 |