It was already the case for HW18: eth2 was the default.
Now with HW25, we can't rely either on eth0 name since it is assigned by
default to the wrong port.
We are therefor using lan0 for HW25 and make the nm-conf recipe more
generic.
BugzID: 69468
This new recipe can be configured using PACKAGECONFIG to enable
different config option like DHCP or unmanaged devices.
BugzID: 60752
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This feature had been disabled to prevent use of random mac address.
But apparently the random mac is only used for scanning and, when
actualy connecting to an AP, the real mac address is used.
Furthermore this config is generating errors in some cases when
using access point mode.
BugzID: 60405
After a disconnection from network side, ModemManager can reconnect
itself if the modem requests it. This commit makes sure that a
reconnection of the modem makes the GSM connection active in NM.
BugzID: 60029
dnsmasq being now used for dns caching we add the google dns server
as fallback if other DNS are not reachable.
In case no DNS at all is configured in NM, dnsmasq will not be
started and in this case the google dns cannot be used either.
BugzID: 59522
This script sets mac address of wifi and bluetooth chip
according to serial number
Also add NetworkManager config to not use random mac address on wifi
BugzID: 54514
add intltool-native and dbus-glib-native to dependency
xlocale.h isn't longer in glibc 2.26.1, so remove it (patch)
disable introspection which cause errors
If bluetooth is used in non_st mode we can use the normal uart_hci
driver. This driver works much better and the whole setup is much
easier. We don't need the Shared Transfer stuff anyhow, because the
module does not have GPS or FM.