[openwrt/openwrt] mt76: fix typo in PKG_SOURCE_DATE

LEDE Commits lede-commits at lists.infradead.org
Thu Feb 2 02:36:58 PST 2023


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ff4c872c7c225d46566607f176d5c8e35fcf3696

commit ff4c872c7c225d46566607f176d5c8e35fcf3696
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Feb 2 11:36:46 2023 +0100

    mt76: fix typo in PKG_SOURCE_DATE
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/mt76/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 03c59cf0c1..71476b084f 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -8,7 +8,7 @@ PKG_LICENSE_FILES:=
 
 PKG_SOURCE_URL:=https://github.com/openwrt/mt76
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2022-02-02
+PKG_SOURCE_DATE:=2023-02-02
 PKG_SOURCE_VERSION:=b2360d59747c6fed2b65bc1c3563c10593c83f3e
 PKG_MIRROR_HASH:=a89353a4e42c3b44c5a9a6a5f2248c5e985f91620b08cbee7b1cbd0dd53865d7
 




More information about the lede-commits mailing list