kmod-sched-cake: drop out of tree package, use kernel version
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Wed, 3 Jul 2019 08:22:55 +0000 (09:22 +0100)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 8 Jul 2019 10:05:43 +0000 (11:05 +0100)
commit5c094ff660fd8e750ed1c1f38719a45065e77348
treeb1bce7d886abf9faebbc96de9665fcbc67a45e5d
parentea4e1dac71dfa015c0da10e68149478fa25878f9
kmod-sched-cake: drop out of tree package, use kernel version

CAKE made it to kernel 4.19 and since OpenWrt now at kernel 4.19 we can
drop the out of tree cake package in base repository.

Add kmod-sched-cake to netsupport so package dependencies are still met.
Similarly CAKE is retained as an optional qdisc module to avoid base
scheduler package size implications.

Backport upstream patches from k5.1 to address some small bugs and
support fwmark usage.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
package/kernel/kmod-sched-cake/Makefile [deleted file]
package/kernel/linux/modules/netsupport.mk
target/linux/generic/backport-4.19/391-v5.1-sch_cake-Correctly-update-parent-qlen-when-splitting.patch [new file with mode: 0644]
target/linux/generic/backport-4.19/392-v5.1-sch_cake-Make-the-dual-modes-fairer.patch [new file with mode: 0644]
target/linux/generic/backport-4.19/393-v5.1-sch_cake-Permit-use-of-connmarks-as-tin-classifiers.patch [new file with mode: 0644]
target/linux/generic/backport-4.19/394-v5.1-sch_cake-Interpret-fwmark-parameter-as-a-bitmask.patch [new file with mode: 0644]