summaryrefslogtreecommitdiffstats
path: root/rules/iproute2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-18 06:37:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-18 06:37:21 +0000
commit4db05cb9ae1851c574def24da76b8cb7873b03b1 (patch)
treecf14c24a48b52296deac3483f574023d0c45a142 /rules/iproute2.make
parent79b5adc4fa5e87f925661a5aad12eff6d7c68305 (diff)
downloadptxdist-4db05cb9ae1851c574def24da76b8cb7873b03b1.tar.gz
ptxdist-4db05cb9ae1851c574def24da76b8cb7873b03b1.tar.xz
* iproute2: update to latest version. We also explicitely link
against db44 instead of db, because it doesn't work if we accidently link against db41. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7458 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iproute2.make')
-rw-r--r--rules/iproute2.make8
1 files changed, 2 insertions, 6 deletions
diff --git a/rules/iproute2.make b/rules/iproute2.make
index 2c966a904..343cb7fb5 100644
--- a/rules/iproute2.make
+++ b/rules/iproute2.make
@@ -17,9 +17,9 @@ PACKAGES-$(PTXCONF_IPROUTE2) += iproute2
#
# Paths and names
#
-IPROUTE2_VERSION := 2.6.16-060323
+IPROUTE2_VERSION := 2.6.23
IPROUTE2 := iproute2-$(IPROUTE2_VERSION)
-IPROUTE2_SUFFIX := tar.gz
+IPROUTE2_SUFFIX := tar.bz2
IPROUTE2_URL := http://developer.osdl.org/dev/iproute2/download/$(IPROUTE2).$(IPROUTE2_SUFFIX)
IPROUTE2_SOURCE := $(SRCDIR)/$(IPROUTE2).$(IPROUTE2_SUFFIX)
IPROUTE2_DIR := $(BUILDDIR)/$(IPROUTE2)
@@ -138,10 +138,6 @@ $(STATEDIR)/iproute2.targetinstall: $(iproute2_targetinstall_deps_default)
/usr/sbin/ss )
@$(call install_copy, iproute2, 0, 0, 0755, \
- $(IPROUTE2_DIR)/tc/q_netem.so, \
- /usr/lib/tc/q_netem.so )
-
- @$(call install_copy, iproute2, 0, 0, 0755, \
$(IPROUTE2_DIR)/netem/normal.dist, \
/usr/lib/tc/normal.dist,n)