Commit ba5e360
committed
cmake: Do initial network configuration if enabled
If CONFIG_NET_CONFIG_SETTINGS is enabled, then the network
configuration library will check if a yaml file network-config.yaml
is found in the application directory and use it to generate
network initial configuration that is then applied when the device
boots. If the yaml file is not there, then the relevant Kconfig options
are used to create initial network configuration.
Signed-off-by: Jukka Rissanen <[email protected]>1 parent 5574488 commit ba5e360
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
0 commit comments