diff options
author | diizzyy <diizzyy@users.noreply.github.com> | 2016-05-24 21:19:21 +0200 |
---|---|---|
committer | diizzyy <diizzyy@users.noreply.github.com> | 2016-05-24 21:19:21 +0200 |
commit | d5a8c070b31610bba96e74c70e8dadccc03f8e48 (patch) | |
tree | ecd2fb774ba1dd3a509ae346bc79bc3affa7a76a | |
parent | 2a05c1b0fee189d6d170d8862eb163d996075a9f (diff) |
libcap: Use URL alias
Remove hardcoded URL and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | libs/libcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcap/Makefile b/libs/libcap/Makefile index 418033dd4..50b31e0c7 100644 --- a/libs/libcap/Makefile +++ b/libs/libcap/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.24 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/ +PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2 PKG_MD5SUM:=d43ab9f680435a7fff35b4ace8d45b80 PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> |