From a9759aa9c1426d066342429858163e2d97a5411b Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Tue, 12 Nov 2019 15:47:43 +0100 Subject: add api option to the ovf template --- scripts/template.ovf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/template.ovf b/scripts/template.ovf index 88ea5562..b0952c8c 100644 --- a/scripts/template.ovf +++ b/scripts/template.ovf @@ -78,6 +78,10 @@ NTP servers for this VM (comma separated). Leave blank if DHCP is desired. + + + API configuration key. Leave blank to not enable the API. + VM specific properties -- cgit v1.2.3 From e598fd03b6a2fdd5a1b73966b7141d4fa40fb962 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 23 Nov 2019 20:56:50 +0100 Subject: wireless: T1627: migrate to vyos-1x --- scripts/build-packages | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build-packages b/scripts/build-packages index e8508599..7997f580 100755 --- a/scripts/build-packages +++ b/scripts/build-packages @@ -168,7 +168,6 @@ vyos_packages = ['vyatta-bash', 'vyatta-webproxy', 'vyatta-cfg-quagga', 'vyatta-op-quagga', - 'vyatta-wireless', 'vyatta-wirelessmodem', 'vyatta-wanloadbalance', 'vyatta-netflow', -- cgit v1.2.3