[LEDE-DEV] [RFC] iproute2: update to v4.10.0

Russell Senior russell at personaltelco.net
Mon Mar 20 17:54:44 PDT 2017


>>>>> "Russell" == Russell Senior <russell at personaltelco.net> writes:

>>>>> "Russell" == Russell Senior <russell at 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

Russell> This seems to fix the missing header problem.

The last version's @@ line got wrapped.  This version should apply as a patch.

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
russell at personaltelco.net



More information about the Lede-dev mailing list