lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit d5a8c070b31610bba96e74c70e8dadccc03f8e48
parent 2a05c1b0fee189d6d170d8862eb163d996075a9f
Author: diizzyy <diizzyy@users.noreply.github.com>
Date:   Tue, 24 May 2016 21:19:21 +0200

libcap: Use URL alias

Remove hardcoded URL and use alias instead.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat:
Mlibs/libcap/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>