[Cake] sch_cake broken on 4.4.11 and 4.5.5?
Jonathan Morton
chromatix99 at gmail.com
Fri May 20 08:39:06 EDT 2016
> On 19 May, 2016, at 13:44, LeetMniWheat <leetminiwheat at gmail.com> wrote:
>
> There's a simple bandaid fix in issue #20 in sch_cake.c
> which changes the following:
>
> #if KERNEL_VERSION(4, 6, 0) > LINUX_VERSION_CODE
> to:
> #if KERNEL_VERSION(4, 4, 0) > LINUX_VERSION_CODE
I noticed that fq-pie also lacked support for the new API, which broke it on LEDE, so I added it in the same way as for cake. The sqm package’s makefile doesn’t seem to be commit-specific, so you may need to clean out the old download file to receive the update.
- Jonathan Morton
More information about the Cake
mailing list