summaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-08-17 23:00:52 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2004-08-17 23:00:52 +0000
commitb46fe1c707bc971ac7c06b7545b21c666349f7f9 (patch)
tree84ebc770984bae282956c67d6b0b2234b2a56a70 /obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch
parente2784f3bce41605cdae551531a6621ae9c1c043d (diff)
sstrip, nas support, mppe support, mac os x patches, syslogd on bootup, inittab correction
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@136 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch')
-rw-r--r--obsolete-buildroot/sources/openwrt/kernel/patches/110-sch_htb.patch8
1 files changed, 4 insertions, 4 deletions
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, <devik@cdi.cz>
*
@@ -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;
}