diff mbox

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

Message ID 878tnyt2di.fsf@husum.klickitat.com
State RFC
Headers show

Commit Message

Russell Senior March 22, 2017, 3:30 a.m. UTC
>>>>> "Russell" == Russell Senior <russell@personaltelco.net> writes:

Please test:

Comments

Syrone Wong March 22, 2017, 4:21 a.m. UTC | #1
It seems this chunk is redundant

-  DEPENDS:=+kmod-sched-core
+  DEPENDS:=+kmod-sched-core iptables

If you really want to add iptables as runtime dependency, it should be
`+iptables`.


Best Regards,
Syrone Wong


On Wed, Mar 22, 2017 at 11:30 AM, Russell Senior
<russell@personaltelco.net> wrote:
>>>>>> "Russell" == Russell Senior <russell@personaltelco.net> writes:
>
> Please test:
>
> diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
> index 65ae5cb457..3a4b114039 100644
> --- a/package/network/utils/iproute2/Makefile
> +++ b/package/network/utils/iproute2/Makefile
> @@ -19,6 +19,7 @@ PKG_BUILD_PARALLEL:=1
>  PKG_LICENSE:=GPL-2.0
>
>  PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
> +PKG_BUILD_DEPENDS:=iptables
>
>  include $(INCLUDE_DIR)/package.mk
>
> @@ -44,7 +45,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
>
>
> _______________________________________________
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
diff mbox

Patch

diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 65ae5cb457..3a4b114039 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -19,6 +19,7 @@  PKG_BUILD_PARALLEL:=1
 PKG_LICENSE:=GPL-2.0
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_BUILD_DEPENDS:=iptables
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -44,7 +45,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