From 4db05cb9ae1851c574def24da76b8cb7873b03b1 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 18 Oct 2007 06:37:21 +0000 Subject: * 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 --- rules/iproute2.make | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'rules/iproute2.make') 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) @@ -137,10 +137,6 @@ $(STATEDIR)/iproute2.targetinstall: $(iproute2_targetinstall_deps_default) $(IPROUTE2_DIR)/misc/ss, \ /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) -- cgit v1.2.3