diff options
| author | Andy Chiang | 2025-09-07 18:39:53 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-08 22:12:55 +0000 |
| commit | 9a02069365c88a5973858da6777d0682a2dd4550 (patch) | |
| tree | d2f1d9cea350a3aa21080d89abff16f7ae7a7f92 | |
| parent | c21d4916aec7aff5d0e979a33839a6b3ea044f83 (diff) | |
| download | openwrt-9a02069365c88a5973858da6777d0682a2dd4550.tar.gz | |
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@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19979
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/kernel/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |