mirror of
https://github.com/rtr7/router7.git
synced 2024-05-06 15:54:52 +00:00
Makefile: update package list in git
I neglected to commit changes to the packages list for quite a while.
This commit is contained in:
17
Makefile
17
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
|
||||
|
Reference in New Issue
Block a user