Only compile the files in this dir if the IP applet is enabled
diff --git a/networking/libiproute/Makefile.in b/networking/libiproute/Makefile.in
index 9f782af..6d35d7b 100644
--- a/networking/libiproute/Makefile.in
+++ b/networking/libiproute/Makefile.in
@@ -22,7 +22,7 @@
 LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/
 endif
 
-LIBIPROUTE-y:= \
+LIBIPROUTE-$(CONFIG_IP) += \
 	ipaddress.o \
 	iplink.o \
 	iproute.o \