initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# flannel
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FLANNEL_VERSION = 0.14.0
|
||||
FLANNEL_SITE = https://github.com/flannel-io/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)
|
||||
|
||||
# Install flannel to its well known location.
|
||||
define FLANNEL_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/bin/flannel $(TARGET_DIR)/opt/bin/flanneld
|
||||
$(INSTALL) -D -m 0755 $(@D)/dist/mk-docker-opts.sh $(TARGET_DIR)/opt/bin/mk-docker-opts.sh
|
||||
endef
|
||||
|
||||
$(eval $(golang-package))
|
||||
Reference in New Issue
Block a user