8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85a95d commit 79fc9e2Copy full SHA for 79fc9e2
loader/llext_exports.c
@@ -76,12 +76,15 @@ FORCE_EXPORT_SYM(_net_l2_ETHERNET);
76
77
#if defined(CONFIG_NET_DHCPV4)
78
FORCE_EXPORT_SYM(net_dhcpv4_start);
79
-FORCE_EXPORT_SYM(net_dhcpv4_server_start);
80
#if defined(CONFIG_NET_DHCPV4_OPTION_CALLBACKS)
81
FORCE_EXPORT_SYM(net_dhcpv4_add_option_callback);
82
#endif
83
84
+#if defined(CONFIG_NET_DHCPV4_SERVER)
85
+FORCE_EXPORT_SYM(net_dhcpv4_server_start);
86
+#endif
87
+
88
#if defined(CONFIG_NET_MGMT_EVENT)
89
FORCE_EXPORT_SYM(net_mgmt_add_event_callback);
90
FORCE_EXPORT_SYM(net_mgmt_event_wait_on_iface);
0 commit comments