iw: Use URL alias

Remove hardcoded URL and use alias instead.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg 2016-05-24 15:16:03 +02:00 committed by Jo-Philipp Wich
parent 52836866c9
commit 6e7403e1e6

View File

@ -12,7 +12,7 @@ PKG_VERSION:=4.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.kernel.org/pub/software/network/iw
PKG_SOURCE_URL:=@KERNEL/software/network/iw
PKG_MD5SUM:=7adec72e91ebdd9c55429fa34a23a6f5
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>