summaryrefslogtreecommitdiff
path: root/apps/netutils
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils')
-rw-r--r--apps/netutils/netlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/netlib/Makefile b/apps/netutils/netlib/Makefile
index 8de89a857..9710702ba 100644
--- a/apps/netutils/netlib/Makefile
+++ b/apps/netutils/netlib/Makefile
@@ -52,7 +52,7 @@ endif
# No MAC address support for SLIP (Ethernet only)
-ifneq ($(CONFIG_NET_SLIP),y)
+ifeq ($(CONFIG_NET_ETHERNET),y)
CSRCS += netlib_setmacaddr.c netlib_getmacaddr.c
endif