networkmanager: configure compile time PACKAGECONFIG options

* Disabled: dnsmasq and netconfig
* Enabled: cellular related options and connectivity check

https://jira.digi.com/browse/DEL-4289

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-05-15 15:10:17 +02:00
parent 42e2202a7d
commit 4c7829c239
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Copyright (C) 2017, Digi International Inc.
PACKAGECONFIG_remove = "dnsmasq netconfig"
PACKAGECONFIG_append = " concheck modemmanager ppp"