[LEDE-DEV] [RFC] iproute2: update to v4.10.0
Syrone Wong
wong.syrone at gmail.com
Tue Mar 21 21:21:45 PDT 2017
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 at personaltelco.net> wrote:
>>>>>> "Russell" == Russell Senior <russell at 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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
More information about the Lede-dev
mailing list