diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-18 16:34:43 -0800 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-02-23 20:13:15 +0100 |
commit | 57fdcf66f0c2ae4410a169dfbc1bd5a2c66771b0 (patch) | |
tree | d5704b560467daff2b829c806ed74b4be6711114 /package/kernel/rtl8812au-ct/Makefile | |
parent | 9cd089dbbfe07b61590dd214957bc21bfdc7fd5d (diff) | |
download | upstream-57fdcf66f0c2ae4410a169dfbc1bd5a2c66771b0.tar.gz upstream-57fdcf66f0c2ae4410a169dfbc1bd5a2c66771b0.tar.bz2 upstream-57fdcf66f0c2ae4410a169dfbc1bd5a2c66771b0.zip |
kernel: 5.10: fix rtl8812au-ct build
Pull in upstream:
https://github.com/greearb/rtl8812AU_8821AU_linux/commit/c8d243936fed0c5fe1d77a06b36d26f41c8c46f4
https://github.com/greearb/rtl8812AU_8821AU_linux/commit/1e9689c89fa627d2d764ba0e8359fd444fe8458f
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Diffstat (limited to 'package/kernel/rtl8812au-ct/Makefile')
-rw-r--r-- | package/kernel/rtl8812au-ct/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/rtl8812au-ct/Makefile b/package/kernel/rtl8812au-ct/Makefile index aac754de7f..9c6cf6e7f2 100644 --- a/package/kernel/rtl8812au-ct/Makefile +++ b/package/kernel/rtl8812au-ct/Makefile @@ -1,16 +1,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtl8812au-ct -PKG_RELEASE=2 +PKG_RELEASE=1 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/greearb/rtl8812AU_8821AU_linux.git -PKG_MIRROR_HASH:=fa689e034cad9e4683ea784b8f3cb590492ab5c68e8babd492a4e8bf2de3b114 +PKG_MIRROR_HASH:=09e33b1cede3f4457d4324fe30ea5fb92b240bcd6e647bbb689fa336f3b07968 PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2020-01-12 -PKG_SOURCE_VERSION:=e0d586aa93cb8687dd7dc0e593b6a820df2d6e1d +PKG_SOURCE_DATE:=2020-12-07 +PKG_SOURCE_VERSION:=1e9689c89fa627d2d764ba0e8359fd444fe8458f PKG_MAINTAINER:=Ben Greear <greearb@candelatech.com> PKG_BUILD_PARALLEL:=1 |