Searched +full:- +full:- +full:disable +full:- +full:libssh (Results 1 – 1 of 1) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 # Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.13 CBUILD := $(shell gcc -dumpmachine)14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))19 MIRROR := https://download.wireguard.com/qemu-test/distfiles/21 KERNEL_BUILD_PATH := $(BUILD_PATH)/kernel$(if $(findstring yes,$(DEBUG_KERNEL)),-debug)28 $(1)_NAME := $(2)-$$($(1)_VERSION)36 mkdir -p $(DISTFILES_PATH)37 …-x $$@.lock -c '[ -f $$@ ] && exit 0; wget -O $$@.tmp $(MIRROR)$(1) || wget -O $$@.tmp $(2)$(1) ||…46 … $(call tar_download,WIREGUARD_TOOLS,wireguard-tools,1.0.20250521,.tar.xz,https://git.zx2c4.com/wi…[all …]