mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
ncat: Make this package part of the core system
The nc command is required for the Unbound/DHCP leases bridge. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -35,9 +35,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
|||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
SUP_ARCH = x86_64 aarch64
|
SUP_ARCH = x86_64 aarch64
|
||||||
PROG = libvirt
|
PROG = libvirt
|
||||||
PAK_VER = 35
|
PAK_VER = 36
|
||||||
|
|
||||||
DEPS = ebtables libpciaccess libyajl ncat qemu
|
DEPS = ebtables libpciaccess libyajl qemu
|
||||||
|
|
||||||
SERVICES = libvirtd virtlogd
|
SERVICES = libvirtd virtlogd
|
||||||
|
|
||||||
|
|||||||
6
lfs/ncat
6
lfs/ncat
@@ -33,12 +33,6 @@ DL_FILE = nmap-$(VER).tar.bz2
|
|||||||
DL_FROM = $(URL_IPFIRE)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/nmap-$(VER)
|
DIR_APP = $(DIR_SRC)/nmap-$(VER)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = ncat
|
|
||||||
PAK_VER = 12
|
|
||||||
|
|
||||||
DEPS =
|
|
||||||
|
|
||||||
SERVICES =
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Top-level Rules
|
# Top-level Rules
|
||||||
|
|||||||
Reference in New Issue
Block a user