>>>>> "Russell" == Russell Senior <russ...@personaltelco.net> writes:

Russell> There may also be a missing depends.  I had temporary -j16
Russell> build failures due to a missing iptables header file.
Russell> Restarting worked, presumably because the header had by then
Russell> appeared where expected.  I am not sure what, exactly, was
Russell> providing the header.

Russell> ../include/xtables.h:34:29: fatal error: xtables-version.h: No
Russell> such file or directory

This seems to fix the missing header problem.

diff --git a/package/network/utils/iproute2/Makefile 
b/package/network/utils/iproute2/Makefile
index 65ae5cb457..a561b0b5af 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -44,7 +44,7 @@ Package/ip-full:=$(call
Package/iproute2/Default,full,Full,ip)
 define Package/tc
 $(call Package/iproute2/Default)
   TITLE:=Traffic control utility
-  DEPENDS:=+kmod-sched-core
+  DEPENDS:=+kmod-sched-core +iptables
 endef
 
 define Package/genl



-- 
Russell Senior, President
russ...@personaltelco.net

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to