Easy fix. See the added DEPENDS line in the attached patch for the package Makefile :-)

I'm guessing you've updated the git checkout hash to point at a suitable place.

Cheers,

Kevin



On 27/09/16 02:52, Noah Causin wrote:
I've been trying to compile this on LEDE, but I get this error:

Package kmod-sched-cake is missing dependencies for the following
libraries:
nf_conntrack.ko


>From 2d0d549f072379da20be70535c14b40496d42dfb Mon Sep 17 00:00:00 2001
From: Kevin Darbyshire-Bryant <[email protected]>
Date: Thu, 30 Jun 2016 16:09:32 +0100
Subject: [PATCH 1/3] kmod-sched-cake: add conntrack lib dependency

Prepare for cake to understand NAT.  Maybe.  So experimental you
wouldn't believe.  Dragons.  Big snappy fire breathing dragons.

Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
---
 package/kernel/kmod-sched-cake/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/kmod-sched-cake/Makefile b/package/kernel/kmod-sched-cake/Makefile
index 6108ed7..417ffd6 100644
--- a/package/kernel/kmod-sched-cake/Makefile
+++ b/package/kernel/kmod-sched-cake/Makefile
@@ -27,6 +27,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
 endef
 
 include $(INCLUDE_DIR)/kernel-defaults.mk
-- 
2.7.4

_______________________________________________
Cake mailing list
[email protected]
https://lists.bufferbloat.net/listinfo/cake

Reply via email to