X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1dfdb01703ee80d615586a72d3e8de29d5c9c97e..0491b7838176bd20b204d29b93f5d114ebcfd1c9:/obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch diff --git a/obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch b/obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch index f74168aee..3c9a50e3d 100644 --- a/obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch +++ b/obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch @@ -1,5 +1,5 @@ ---- src/linux/linux/net/sched/sch_htb.c 2003-10-14 01:09:35.000000000 -0700 -+++ src/linux/linux.2.4.26/net/sched/sch_htb.c 2004-05-10 00:05:51.000000000 -0700 +--- linux/net/sched/sch_htb.c 2003-10-14 01:09:35.000000000 -0700 ++++ linux.2.4.26/net/sched/sch_htb.c 2004-05-10 00:05:51.000000000 -0700 @@ -9,6 +9,8 @@ * Authors: Martin Devera, * @@ -553,8 +553,8 @@ cl->un.leaf.quantum = 200000; } if (hopt->quantum) ---- src/linux/linux/include/net/pkt_cls.h 2003-07-04 01:12:28.000000000 -0700 -+++ src/linux/linux.2.4.26/include/net/pkt_cls.h 2004-05-10 22:21:40.000000000 -0700 +--- linux/include/net/pkt_cls.h 2003-07-04 01:12:28.000000000 -0700 ++++ linux.2.4.26/include/net/pkt_cls.h 2004-05-10 22:21:40.000000000 -0700 @@ -77,7 +77,11 @@ return -1; }