From: Eric Andersen Date: Sun, 23 Jan 2005 10:38:49 +0000 (-0000) Subject: Apply patch from nawawi: http://bugs.uclibc.org/view.php?id=57 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5eddf31dd1ffd4cfec89d9d6a551cbfae08b177;p=buildroot.git Apply patch from nawawi: bugs.uclibc.org/view.php?id=57 --- diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index 193489d60e..daa9b79353 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -33,9 +33,10 @@ $(IPROUTE2_DIR)/$(IPROUTE2_BINARY): $(IPROUTE2_DIR)/.configured CC=$(TARGET_CC) \ AR=$(TARGET_CROSS)ar \ NETEM_DIST="" \ - SUBDIRS="lib tc" + SUBDIRS="lib tc ip" $(TARGET_DIR)/$(IPROUTE2_TARGET_BINARY): $(IPROUTE2_DIR)/$(IPROUTE2_BINARY) + install -Dc $(IPROUTE2_DIR)/ip/ip $(TARGET_DIR)/sbin/ip install -Dc $(IPROUTE2_DIR)/$(IPROUTE2_BINARY) $(TARGET_DIR)/$(IPROUTE2_TARGET_BINARY) iproute2: $(TARGET_DIR)/$(IPROUTE2_TARGET_BINARY)