From 32f37d97d7f7040d9cc8d0d3083104da8e8b2517 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 11 Jan 2023 17:53:25 +0100 Subject: [PATCH] Makefile: update package list in git I neglected to commit changes to the packages list for quite a while. --- Makefile | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 40c8101..0c6772e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,19 @@ SUDO=GOPATH=$(shell go env GOPATH) sudo --preserve-env=GOPATH -PKGS := github.com/rtr7/router7/cmd/... \ - github.com/gokrazy/breakglass \ +PKGS := github.com/gokrazy/breakglass \ github.com/gokrazy/timestamps \ - github.com/stapelberg/zkj-nas-tools/wolgw \ - github.com/gokrazy/gdns + github.com/gokrazy/gdns \ + github.com/gokrazy/serial-busybox \ + github.com/prometheus/node_exporter \ + github.com/gokrazy/fbstatus \ + github.com/gokrazy/iptables \ + github.com/gokrazy/nsenter \ + github.com/gokrazy/podman \ + github.com/greenpau/cni-plugins/cmd/cni-nftables-portmap \ + github.com/greenpau/cni-plugins/cmd/cni-nftables-firewall \ + github.com/gokrazy/syslogd/cmd/gokr-syslogd \ + github.com/gokrazy/stat/cmd/... \ + github.com/rtr7/router7/cmd/... image: ifndef DIR