diff options
author | xengineering <me@xengineering.eu> | 2025-03-21 22:41:35 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-21 22:41:35 +0100 |
commit | 3447721d20146ba0447ee9998838266619e4c789 (patch) | |
tree | ba55f98cc4d6d3a13a20fb976a9f42b915be47ad /fw/prj.conf | |
parent | 7447a3875ea64b1fd45aaae850085b0cac5c8e50 (diff) | |
download | iot-contact-3447721d20146ba0447ee9998838266619e4c789.tar iot-contact-3447721d20146ba0447ee9998838266619e4c789.tar.zst iot-contact-3447721d20146ba0447ee9998838266619e4c789.zip |
fw: network: Set custom hostname
Diffstat (limited to 'fw/prj.conf')
-rw-r--r-- | fw/prj.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/prj.conf b/fw/prj.conf index ac120b9..3df3155 100644 --- a/fw/prj.conf +++ b/fw/prj.conf @@ -12,6 +12,9 @@ CONFIG_NET_CONNECTION_MANAGER=y CONFIG_NET_L2_ETHERNET_MGMT=y CONFIG_NET_TCP=y +CONFIG_NET_HOSTNAME_ENABLE=y +CONFIG_NET_HOSTNAME_DYNAMIC=y + CONFIG_LOG=y CONFIG_LOG_BACKEND_NET=y CONFIG_LOG_BACKEND_NET_SERVER="[2001:db8::2]:514" |