mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
Revert "package/flannel: update project URL"
This reverts commit 2f6cd888f4
.
This breaks the build on the 2021.05.x branch:
http://autobuild.buildroot.net/results/ccd/ccdcc3592ba3410b288d6d8dd6cef4449fc7e2f6/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2855b0cd69
commit
b2559a2502
@ -12,4 +12,4 @@ config BR2_PACKAGE_FLANNEL
|
||||
Flannel is a virtual network that gives a subnet to each
|
||||
host for use with container runtimes.
|
||||
|
||||
https://github.com/flannel-io/flannel
|
||||
https://github.com/coreos/flannel
|
||||
|
@ -5,13 +5,13 @@
|
||||
################################################################################
|
||||
|
||||
FLANNEL_VERSION = 0.12.0
|
||||
FLANNEL_SITE = https://github.com/flannel-io/flannel/archive
|
||||
FLANNEL_SITE = https://github.com/coreos/flannel/archive
|
||||
FLANNEL_SOURCE = v$(FLANNEL_VERSION).tar.gz
|
||||
|
||||
FLANNEL_LICENSE = Apache-2.0
|
||||
FLANNEL_LICENSE_FILES = LICENSE
|
||||
|
||||
FLANNEL_LDFLAGS = -X github.com/flannel-io/flannel/version.Version=$(FLANNEL_VERSION)
|
||||
FLANNEL_LDFLAGS = -X github.com/coreos/flannel/version.Version=$(FLANNEL_VERSION)
|
||||
|
||||
# Install flannel to its well known location.
|
||||
define FLANNEL_INSTALL_TARGET_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user