diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-26 14:53:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-08-26 14:53:16 +0200 |
commit | 81f0f401e2f255167ffa33ca3b300fd16540e5e6 (patch) | |
tree | 1245375010c95d9e96029b8bf5f1f9fd38ec24d5 /debian | |
parent | bbc698be2fcafad4e803fc01ec89f44a3aa20782 (diff) | |
parent | 4d222bc14c23ba010b6e245ff35ddb766401b20d (diff) | |
download | vyos-1x-81f0f401e2f255167ffa33ca3b300fd16540e5e6.tar.gz vyos-1x-81f0f401e2f255167ffa33ca3b300fd16540e5e6.zip |
Merge branch 'tftp-server' into current
* tftp-server:
T792: add TFTP server functionality
ssh.py: start/stop service via systemctl
ntp.py: start/stop service via systemctl
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 70bf7a61c..04b228737 100644 --- a/debian/control +++ b/debian/control @@ -38,6 +38,7 @@ Depends: python3, beep, keepalived (>=2.0.5), wireguard, + tftpd-hpa, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data |