From 9a02069365c88a5973858da6777d0682a2dd4550 Mon Sep 17 00:00:00 2001 From: Andy Chiang Date: Mon, 8 Sep 2025 01:39:53 +0700 Subject: [PATCH] mac80211: use https instead of http Use CDN first, if fails, it will use https://mirror2.openwrt.org/sources Signed-off-by: Andy Chiang Link: https://github.com/openwrt/openwrt/pull/19979 Signed-off-by: Hauke Mehrtens --- 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 -- 2.30.2