From: Daniel Engberg Date: Fri, 5 Oct 2018 06:31:56 +0000 (+0200) Subject: mac80211: Use @KERNEL alias instead of hardlink X-Git-Tag: v19.07.0-rc1~2407 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6e6e7adc8cf70aa8d4f4efb13728960e992d016c mac80211: Use @KERNEL alias instead of hardlink Use @KERNEL alias provided by toolchain instead of relying on a specific site. Signed-off-by: Daniel Engberg --- diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 0e32a2b34c..18b2e9cb32 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=mac80211 PKG_VERSION:=4.19-rc5-1 PKG_RELEASE:=1 -PKG_SOURCE_URL:=https://mirrors.edge.kernel.org/pub/linux/kernel/projects/backports/stable/v4.19-rc5/ +PKG_SOURCE_URL:=@KERNEL/linux/kernel/projects/backports/stable/v4.19-rc5/ PKG_HASH:=5b61e64ea79d22bbac9e8612d5d5485974f223de00d4ec250b0faf4b7baf9957 PKG_SOURCE:=backports-$(PKG_VERSION).tar.xz