From: Dominik Csapak Date: Tue, 16 Aug 2016 11:29:25 +0000 (+0200) Subject: fix download target X-Git-Url: https://git.proxmox.com/?p=iproute2.git;a=commitdiff_plain;h=365d86c541cb9ed212f7b4a1b8ed62ab97f641d4 fix download target we did not use the v4.4.0 tag for this package, but e.g. "ip rule save" is needed for container checkpoint and restore which is in 4.4.0 Signed-off-by: Dominik Csapak --- diff --git a/Makefile b/Makefile index f8c916e..d9e09b7 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,7 @@ ${DEBS}: ${SRC} download: rm -rf iproute2-${VERSION} iproute2-${VERSION}.orig.tar.gz - git clone git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git iproute2-${VERSION} - cd iproute2-${VERSION}; git checkout v4.2.0; + git clone -b v${VERSION} --depth=1 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git iproute2-${VERSION} tar czf iproute2-${VERSION}.orig.tar.gz iproute2-${VERSION}/ .PHONY: upload diff --git a/iproute2-4.4.0.orig.tar.gz b/iproute2-4.4.0.orig.tar.gz index 70acacd..c387737 100644 Binary files a/iproute2-4.4.0.orig.tar.gz and b/iproute2-4.4.0.orig.tar.gz differ