diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 03:34:52 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 03:34:52 +0000 |
commit | 9d30652149fd745711342cec7ee8574e973ec241 (patch) | |
tree | aad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/package/iproute2/patches/iproute2-tc-make-fix.patch | |
parent | 0167360282da38c534a2698b415a8e2bed241d0a (diff) |
nbd's makefile/menuconfig rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iproute2/patches/iproute2-tc-make-fix.patch')
-rw-r--r-- | openwrt/package/iproute2/patches/iproute2-tc-make-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/iproute2/patches/iproute2-tc-make-fix.patch b/openwrt/package/iproute2/patches/iproute2-tc-make-fix.patch new file mode 100644 index 000000000..322c2bc83 --- /dev/null +++ b/openwrt/package/iproute2/patches/iproute2-tc-make-fix.patch @@ -0,0 +1,11 @@ +--- 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) + |