summaryrefslogtreecommitdiffstats
path: root/package/iproute2
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-03 13:44:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-03 13:44:01 +0000
commitec5b83ce2fe8f4f387f7f87b71632830ce382901 (patch)
tree9ce8261a7dc16caaec4868b1de86e5c27462509d /package/iproute2
parent87eddc3d1f4df642073f7e1df0c4dd613b1a3940 (diff)
downloadbuildroot-novena-ec5b83ce2fe8f4f387f7f87b71632830ce382901.tar.gz
buildroot-novena-ec5b83ce2fe8f4f387f7f87b71632830ce382901.zip
- add missing package-source targets
- add missing dependencies to build prerequisites in the config system
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/iproute2.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 703d4c84f..e8127de72 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -15,6 +15,8 @@ IPROUTE2_TARGET_BINARY:=sbin/tc
$(DL_DIR)/$(IPROUTE2_SOURCE):
$(WGET) -P $(DL_DIR) $(IPROUTE2_SITE)$(IPROUTE2_SOURCE)
+iproute2-source: $(DL_DIR)/$(IPROUTE2_SOURCE)
+
$(IPROUTE2_DIR)/.unpacked: $(DL_DIR)/$(IPROUTE2_SOURCE)
$(IPROUTE2_CAT) $(DL_DIR)/$(IPROUTE2_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
touch $(IPROUTE2_DIR)/.unpacked