diff options
Diffstat (limited to 'include/env_callback.h')
-rw-r--r-- | include/env_callback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/env_callback.h b/include/env_callback.h index 5c4a30c2de..48da32a67b 100644 --- a/include/env_callback.h +++ b/include/env_callback.h @@ -45,7 +45,7 @@ #define DNS_CALLBACK #endif -#ifdef CONFIG_NET +#ifdef CONFIG_CMD_NET #define NET_CALLBACKS \ "bootfile:bootfile," \ "ipaddr:ipaddr," \ |