[LEDE-DEV] [RFC 06/26] kernel: kmod-sched-cake: deactivate on kernel 4.14

Hauke Mehrtens hauke at hauke-m.de
Sun Nov 26 14:42:23 PST 2017


Hi Sebastian,

On 11/26/2017 11:25 PM, Sebastian Moeller wrote:
> Hi Hauke,
> 
> sch_cake is in major flux at the moment, as it is readied for an attempt at upstreaming. The updated sch_cake from november 25 is not a recommended version to use as far as I can tell. Maybe it would be best to stick to the January version for the few days/weeks it shoud take for the current changes to mature a bit?

I did my patch based on the version from January this was done before
the update was added to LEDE, I only compile tested it at that time and
there were multiple problems. I just tested it again with the November
version and it looks like the compile problem is fixed now, I will drop
this patch.

If you are aware of more problems it would be nice if they can be fixed.

Hauke

> 
> Best Regards
> 	Sebastian
> 
>> On Nov 26, 2017, at 12:45, Hauke Mehrtens <hauke at hauke-m.de> wrote:
>>
>> There are build problems with kernel 4.14, deactivate it for now on this
>> kernel till someone fixes them.
>>
>> Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
>> ---
>> package/kernel/kmod-sched-cake/Makefile | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/package/kernel/kmod-sched-cake/Makefile b/package/kernel/kmod-sched-cake/Makefile
>> index ddeff650cc..8a2d277310 100644
>> --- a/package/kernel/kmod-sched-cake/Makefile
>> +++ b/package/kernel/kmod-sched-cake/Makefile
>> @@ -25,7 +25,7 @@ define KernelPackage/sched-cake
>>   URL:=https://github.com/dtaht/sch_cake
>>   FILES:=$(PKG_BUILD_DIR)/sch_cake.ko
>>   AUTOLOAD:=$(call AutoLoad,75,sch_cake)
>> -  DEPENDS:=+kmod-ipt-conntrack @!LINUX_3_18
>> +  DEPENDS:=+kmod-ipt-conntrack @!(LINUX_3_18||LINUX_4_14)
>> endef
>>
>> include $(INCLUDE_DIR)/kernel-defaults.mk



More information about the Lede-dev mailing list