projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a20484
)
Apply patch from nawawi: http://bugs.uclibc.org/view.php?id=57
author
Eric Andersen
<andersen@codepoet.org>
Sun, 23 Jan 2005 10:38:49 +0000
(10:38 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sun, 23 Jan 2005 10:38:49 +0000
(10:38 -0000)
package/iproute2/iproute2.mk
patch
|
blob
|
history
diff --git
a/package/iproute2/iproute2.mk
b/package/iproute2/iproute2.mk
index 193489d60efb3a0de2355c0549ebbae5b2404000..daa9b7935333b6335c7e4e8522b64d7d8db23be3 100644
(file)
--- 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)