summaryrefslogtreecommitdiffstats
path: root/package/iproute2
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-01-23 10:38:49 +0000
committerEric Andersen <andersen@codepoet.org>2005-01-23 10:38:49 +0000
commitf5eddf31dd1ffd4cfec89d9d6a551cbfae08b177 (patch)
tree00c7bab5107778b9d2b8667e545e5d137380eb53 /package/iproute2
parent1a2048464b3f18360b396fe070500c07780e5b74 (diff)
downloadbuildroot-novena-f5eddf31dd1ffd4cfec89d9d6a551cbfae08b177.tar.gz
buildroot-novena-f5eddf31dd1ffd4cfec89d9d6a551cbfae08b177.zip
Apply patch from nawawi: http://bugs.uclibc.org/view.php?id=57
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/iproute2.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 193489d60..daa9b7935 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)