From 2bc22025dd6579f00b470fef61a63d35f182792f Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Thu, 10 Jul 2014 22:37:28 +0000 Subject: kernel: remove 3.12 support since none of the targets is using it Signed-off-by: Luka Perkov SVN-Revision: 41581 --- .../generic/patches-3.12/664-codel_fix_3_12.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 target/linux/generic/patches-3.12/664-codel_fix_3_12.patch (limited to 'target/linux/generic/patches-3.12/664-codel_fix_3_12.patch') diff --git a/target/linux/generic/patches-3.12/664-codel_fix_3_12.patch b/target/linux/generic/patches-3.12/664-codel_fix_3_12.patch deleted file mode 100644 index 0344e16367..0000000000 --- a/target/linux/generic/patches-3.12/664-codel_fix_3_12.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/net/sched/sch_api.c -+++ b/net/sched/sch_api.c -@@ -1906,7 +1906,7 @@ static int __init pktsched_init(void) - return err; - } - -- register_qdisc(&pfifo_fast_ops); -+ register_qdisc(&fq_codel_qdisc_ops); - register_qdisc(&pfifo_qdisc_ops); - register_qdisc(&bfifo_qdisc_ops); - register_qdisc(&pfifo_head_drop_qdisc_ops); ---- a/net/sched/sch_generic.c -+++ b/net/sched/sch_generic.c -@@ -31,7 +31,7 @@ - #include - - /* Qdisc to use by default */ --const struct Qdisc_ops *default_qdisc_ops = &pfifo_fast_ops; -+const struct Qdisc_ops *default_qdisc_ops = &fq_codel_qdisc_ops; - EXPORT_SYMBOL(default_qdisc_ops); - - /* Main transmission queue. */ -- cgit v1.2.3