[openwrt/openwrt] mac80211: use https instead of http
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 8 15:13:46 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9a02069365c88a5973858da6777d0682a2dd4550
commit 9a02069365c88a5973858da6777d0682a2dd4550
Author: Andy Chiang <AndyChiang_git at outlook.com>
AuthorDate: Mon Sep 8 01:39:53 2025 +0700
mac80211: use https instead of http
Use CDN first, if fails, it will use https://mirror2.openwrt.org/sources
Signed-off-by: Andy Chiang <AndyChiang_git at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19979
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/mac80211/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index b4cdf5420d..77a88cf853 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -15,7 +15,7 @@ PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING
-PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/
+PKG_SOURCE_URL:=@OPENWRT
PKG_HASH:=67f11320509dd18e5e2c58cb81e9f6c7d19b09f5229baa5880ed4dab71c19052
PKG_SOURCE:=backports-$(PKG_VERSION).tar.xz
More information about the lede-commits
mailing list