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

2017-03-22 Thread Russell Senior
> "Russell" == Russell Senior writes: > "Syrone" == Syrone Wong writes: Syrone> It seems this chunk is redundant - DEPENDS:=+kmod-sched-core + Syrone> DEPENDS:=+kmod-sched-core iptables Syrone> If you really want to add iptables as runtime dependency, it Syrone> should be `+iptables`.

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

2017-03-22 Thread Syrone Wong
either runtime dependency ``` DEPENDS:=+kmod-sched-core +iptables ``` or build-time dependency ``` PKG_BUILD_DEPENDS:=iptables ``` Don't add both of them. Best Regards, Syrone Wong On Wed, Mar 22, 2017 at 2:53 PM, Russell Senior wrote: >> "Russell" == Russell Senior writes: > >> "S

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

2017-03-22 Thread Russell Senior
> "Syrone" == Syrone Wong writes: Syrone> either runtime dependency ``` DEPENDS:=+kmod-sched-core Syrone> +iptables ``` Syrone> or build-time dependency Syrone> ``` PKG_BUILD_DEPENDS:=iptables ``` Syrone> Don't add both of them. That does not fix the problem. With the runtime dependency

[LEDE-DEV] [AD] support me hacking on OpenWrt/LEDE

2017-03-22 Thread Daniel Golle
Hi everyone, most of you might know me for hacking on embedded stuff while having the common good in mind. Because I'm practically always out of money, I decided to setup a patreon account which can help me to gather at least the $$$ needed to pay for obligatory health insurance and such things. I

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

2017-03-22 Thread Kevin Darbyshire-Bryant
On 22/03/17 07:13, Russell Senior wrote: "Syrone" == Syrone Wong writes: Syrone> either runtime dependency ``` DEPENDS:=+kmod-sched-core Syrone> +iptables ``` Syrone> or build-time dependency Syrone> ``` PKG_BUILD_DEPENDS:=iptables ``` Syrone> Don't add both of them. That does not fix th

[LEDE-DEV] dnsmasq sometimes fails to start on 17.01.0

2017-03-22 Thread Gui Iribarren via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello devs, i'm trying to understa

Re: [LEDE-DEV] [PATCH] brcm2708: rename all patches from raspberrypi git tree to use 999 prefix

2017-03-22 Thread Florian Fainelli
On 03/22/2017 01:36 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > Right now all brcm2708 patches are extracted from the non-mainline > raspberrypi/linux git tree. Many of them are hacks and/or are unneeded > in LEDE. Raspberry Pi is getting better and better mainline support so > it would be

[LEDE-DEV] stack trace: warning at .../sta_info.c:451 in LEDE 17.01.0

2017-03-22 Thread Gui Iribarren via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- dumping here more things i come ac

Re: [LEDE-DEV] dnsmasq sometimes fails to start on 17.01.0

2017-03-22 Thread Yousong Zhou
>From the log, there are at least 4 runs of /etc/init.d/dnsmasq This is "/e/c/dnsmasq boot" and returns immediately because the script skips this phase and the dnsmasq service is expected to be brought up by interface trigger events root@coco:~# logread | grep dns Wed Mar 22 18:25

Re: [LEDE-DEV] [PATCH] build: Fix unpacking of overlaid packages

2017-03-22 Thread Yousong Zhou
On 18 March 2017 at 06:54, Michal Sojka wrote: > On Fri, Mar 17 2017, Michal Sojka wrote: >> Since commit 5af113eb7c0f6e4b2d09e536e1a2adc4e2d6071d, LEDE's build >> system contains overlay functionality, which allows to locally amend >> properties of packages. When one wants to overlay certain prop