From 379d798edc48c870072164978d4b35224949303a Mon Sep 17 00:00:00 2001 From: Pierantonio Merlino Date: Mon, 23 Oct 2023 17:44:33 +0200 Subject: [PATCH] docs: update generic profiles dependencies (#4908) (#4909) * docs: update generic profiles dependencies Signed-off-by: SimoneFiorani * Removed unused dependency Signed-off-by: SimoneFiorani --------- Signed-off-by: SimoneFiorani (cherry picked from commit 10e65aac0c62a88e71d4d264a31c84a83211fbad) Co-authored-by: sfiorani <109297780+sfiorani@users.noreply.github.com> --- docs/getting-started/install-kura.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/install-kura.md b/docs/getting-started/install-kura.md index 3964d76bb01..be923ec0e53 100644 --- a/docs/getting-started/install-kura.md +++ b/docs/getting-started/install-kura.md @@ -54,7 +54,7 @@ To have all the Kura features working, the following dependencies are required: - Security: `polkit` or `policykit-1`, `ssh` or `openssh`, `openssl`, `busybox`, `openvpn`. - Bluetooth: `bluez` or `bluez5`, `bluez-hcidump` or `bluez5-noinst-tools`. - Time: `ntpdate`, `chrony`, `chronyc`, `cron` or `cronie`. -- Networking: `network-manager` or `networkmanager`, `bind9` or `bind`, `isc-dhcp-server` or (`dhcp-server` and `dhcp-client`), `iw`, `iptables`, `modemmanager`. +- Networking: `network-manager` or `networkmanager`, `bind9` or `bind`, `dnsmasq` or `isc-dhcp-server` or (`dhcp-server` and `dhcp-client`), `iw`, `iptables`, `modemmanager`, `hostapd`, `wpa-supplicant`, `ppp`, `iproute2`. - Logs: `logrotate`. - Gps: `gpsd`. - Python: `python3`. @@ -78,4 +78,4 @@ Check out the quick start guides for the detailed installation steps and set-up - [Raspberry Pi - Ubuntu 20 Quick Start](./raspberry-pi-ubuntu-20-quick-start.md) - [Docker Quick Start](./docker-quick-start.md) - [Intel UpĀ² Quick Start](./intel-up-2-quick-start.md) -- [NVIDIA Jetson Nano™](./nvidia-jetson-nano-quick-start.md) \ No newline at end of file +- [NVIDIA Jetson Nano™](./nvidia-jetson-nano-quick-start.md)