Skip to content

Integrate seco-sharedconf/hostname-without-spaces

Commit: seco-ne/tools/seco-sharedconf@8fa6730e

network-conf: Replace spaces when hostname fallback from devicetree is used

When no hostname is found in the xml, there is a fallback to the module name from the devicetree. This might contain spaces, which leads to errors in the further processing. This replaces the spaces with underscore '_'.

Merge request reports