diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-27 17:32:43 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-27 17:32:43 +0000 |
commit | e285af3e184318b0fefeab597ae5ee4a2628422d (patch) | |
tree | 89868553952be8674f86d343f2cf66a236ca3587 /package/iproute2/patches/iproute2-tc-make-fix.patch | |
parent | 473ae30ab0e5c90caf50339fea141f0e1a3b2bc5 (diff) |
upgrade wireless-tools and iproute2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/iproute2-tc-make-fix.patch')
-rw-r--r-- | package/iproute2/patches/iproute2-tc-make-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iproute2/patches/iproute2-tc-make-fix.patch b/package/iproute2/patches/iproute2-tc-make-fix.patch deleted file mode 100644 index 322c2bc833..0000000000 --- a/package/iproute2/patches/iproute2-tc-make-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- iproute-2.6.9.old/tc/Makefile 2005-01-30 18:53:59.000000000 +0100 -+++ iproute-2.6.9/tc/Makefile 2005-01-30 18:54:07.000000000 +0100 -@@ -52,7 +52,7 @@ - ./$* >$@ - rm $* - --all: libtc.a tc $(TCSO) $(NETEM_DIST) -+all: libtc.a tc $(TCSO) - - tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB) - |