Enable wvdial modem dialer

Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
Kirill Kapranov
2020-09-09 16:27:43 +03:00
parent cf02c04e5d
commit 658a7bc837
+1 -1
View File
@@ -45,7 +45,7 @@ eof
mod_local() {
# Modify local.conf
CORE_IMAGE_EXTRA_INSTALL+=" dhcp-client memtester cl-uboot cl-deploy cl-migrate-env cl-launcher cl-stest cl-camera u-boot-fw-utils imx-gpu-viv-demos"
CORE_IMAGE_EXTRA_INSTALL+=" htop iotop tmux iperf3"
CORE_IMAGE_EXTRA_INSTALL+=" htop iotop tmux iperf3 wvdial"
IMAGE_FEATURES+=" package-management ssh-server-openssh "
cat << eof | tee -a ${LOCAL_CONF} > /dev/null
CORE_IMAGE_EXTRA_INSTALL += "${CORE_IMAGE_EXTRA_INSTALL}"