Now all scenarios with a user module are covered:
- static setup with a user module will create a bridge with static IP
- dhcp setup with a user module will put a static IP on the UM and DHCP
on the main interface
BugzID: 81969
This is a setup required for the factory testing image: the user module
must be reachable from the CPU. And since the subnet of the fct ethernet
port and the subnet of the user module are the same, we must bridge them
together.
BugzID: 81969
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>