support to firewall3.
Signed-off-by: Kevin Darbyshire-Bryant
---
options.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/options.c b/options.c
index 6131786..2f419a3 100644
--- a/options.c
+++ b/options.c
@@ -146,6 +146,7 @@ static const struct { const char *name; uint8_t dscp; }
dsc
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 ---
Signed-off-by: Kevin
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 ---
Merged into my staging tree.
Thank
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
compiler warns that exit() isn't defined so the checks for build system
compiler fail. include to define exit()
Signed-off-by: Kevin Darbyshire-Bryant
---
This could do with checking it doesn't break builds under Linux
.../libs/nettle/patches/100-portability.
different way.
generic/hack-5.4/641-sch_cake-fix-IP-protocol-handling-in-the-presence-of.patch
Signed-off-by: Kevin Darbyshire-Bryant
---
include/kernel-version.mk | 4 +-
.../910-unaligned_access_hacks.patch | 2 +-
...ce-quirks-for-Freeway-Airmouse-T3-an.patch | 4
red here
42 | uint8_t name[];
| ^~~~
cc1: all warnings being treated as errors
make[5]: *** [CMakeFiles/umdns.dir/build.make:132:
CMakeFiles/umdns.dir/service.c.o] Error 1
Signed-off-by: Kevin Darbyshire-Bryant
---
service.c | 6 --
1 file changed, 4 insertions(+), 2 delet
Refreshed patches.
Run tested: x86/64 (apu2)
Signed-off-by: Kevin Darbyshire-Bryant
---
include/kernel-version.mk | 4 ++--
...653-spi-Force-CS_HIGH-if-GPIO-descriptors-are-used.patch | 4 ++--
...QUASH-spi-Demote-SPI_CS_HIGH-warning-to-KERN_DEBUG.patch | 2
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
IPKG_INSTROOT is only set under image builder and we won't be running
this script at build time either, so remove the reference before it gets
cargo-culted into other scripts.
Signed-off-by: Kevin Darbyshire-Bryant
---
package/network/services/odhcpd/Makefile| 2 +-
package/ne
Hi Nick,
I’ve already done it… slightly incorrectly (I got the PKG_RELEASE wrong no harm
done, can be fixed on next ‘release’ date update)
Thanks for patch. I should have taken yours!
Cheers,
Kevin
> On 5 Apr 2020, at 09:31, vinc...@systemli.org wrote:
>
> From: Nick Hainke
>
> Includes:
Merged.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
gned pointer value
[-Werror=address-of-packed-member]
261 | uint16_t *swap = (uint16_t *) q;
Work around what I think is a false positive by turning the warning off.
Not ideal, but not quite as not ideal as build failure.
Signed-off-by: Kevin Darbyshire-Bryant
---
package/network/services/u
work.
Instead, remove the PROVIDES option and modify package sqm-scripts to
depend on the correct module independently.
Signed-off-by: Kevin Darbyshire-Bryant
---
package/kernel/kmod-sched-cake-oot/Makefile | 3 +-
package/kernel/linux/modules/netsupport.mk| 17 +-
...-sch_cake-Mak
Kevin Darbyshire-Bryant (2):
kmod-sched-cake: rename to kmod-sched-cake-oot
kmod-sched-cake: switch to in-tree cake for 4.19+
.../Makefile | 12 +-
package/kernel/linux/modules/netsupport.mk| 17 +-
...-sch_cake-Make-the-dual-modes-fairer.patch
removed.
Signed-off-by: Kevin Darbyshire-Bryant
---
.../Makefile| 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
rename package/kernel/{kmod-sched-cake => kmod-sched-cake-oot}/Makefile (75%)
diff --git a/package/kernel/kmod-sched-c
ake[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: ***
[/Users/kevin/wrt/build_dir/target-x86_64_musl/linux-x86_64/iptables-1.8.4/.built]
Error 2
make[2]: Leaving directory `/Users/kevin/wrt/package/network/utils/iptables'
Signed-off-by: Kevin D
is output in DEBUG
mode, thus processes started in a 'may jail' but non-jail capable
environment do not spam the log.
Signed-off-by: Kevin Darbyshire-Bryant
---
v2 - change to 'requirejail' attribute
service/instance.c | 33 +++--
service/instan
is output in DEBUG
mode, thus processes started in a 'may jail' but non-jail capable
environment do not spam the log.
Signed-off-by: Kevin Darbyshire-Bryant
---
service/instance.c | 33 +++--
service/instance.h | 1 +
2 files changed, 24 insertions(+
Signed-off-by: Kevin Darbyshire-Bryant
---
Base error on new 'mustjail' attribute
service/instance.c | 32 ++--
service/instance.h | 1 +
2 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/service/instance.c b/service/instance.c
index e872ba
Signed-off-by: Kevin Darbyshire-Bryant
---
service/instance.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/service/instance.c b/service/instance.c
index e872ba0..b78a65f 100644
--- a/service/instance.c
+++ b/service/instance.c
@@ -824,7 +824,8 @@ instance_jail_parse
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Since the original backports from kernel 5.3 a few things have been
tweaked by kernel bumps & other upstream changes. Update the backport
to reflect upstream as closely as possible and remove the bitrot.
Functions remain the same, error reporting improved.
Signed-off-by: Kevin Darbyshire-Br
ipt to pass required option in the disabled case.
Signed-off-by: Kevin Darbyshire-Bryant
---
package/network/services/dnsmasq/Makefile | 2 +-
package/network/services/dnsmasq/files/dnsmasq.init | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/netw
Change dhcp no/release on shutdown to 'norelease' uci option to match
existing proto dhcpv6 usage.
Signed-off-by: Kevin Darbyshire-Bryant
---
v2 - store the migrate script under netifd structure instead of as part
of base-files
package/network/config/netifd/Makefile| 2 +-
.
Change dhcp no/release on shutdown to 'norelease' uci option to match
existing proto dhcpv6 usage.
Signed-off-by: Kevin Darbyshire-Bryant
---
.../etc/uci-defaults/14_migrate-dhcp-release | 23 +++
package/network/config/netifd/Makefile| 2 +-
.../netifd
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> On 5 Jul 2019, at 13:26, Paul Spooren wrote:
>
> Hi all,
>
> just as a notification as I don't want to spread the discussion to all
> kinds of platforms:
>
> I proposed (actually jow in 2017) to merge openwrt-routing/packages into
> openwrt/packages subfolder net.
>
> Please find the curre
implications.
Backport upstream patches from k5.1 to address some small bugs and
support fwmark usage.
Signed-off-by: Kevin Darbyshire-Bryant
---
package/kernel/kmod-sched-cake/Makefile | 42
package/kernel/linux/modules/netsupport.mk| 16 ++
...ly-update-parent-qlen-when
do with more testing though to prove I haven't stuffed the
build in some way :-)
Kevin Darbyshire-Bryant (1):
kmod-sched-cake: drop out of tree package, use kernel version
package/kernel/kmod-sched-cake/Makefile | 42
package/kernel/linux/modules/netsupport.mk| 16 ++
...l
> On 30 Jun 2019, at 19:27, Philip Prindeville
> wrote:
>
> I’ve been busy with other things, and just had a chance to try to get caught
> up with OpenWRT and my tickets, etc. I rebased openwrt and packages, then
> did “make defconfig oldconfig” but I’m seeing:
>
> WARNING: Makefile 'packa
> On 27 Jun 2019, at 15:49, Koen Vandeputte
> wrote:
>
>
>> On 6/27/19 7:17 AM, Koen Vandeputte wrote:
>
> I'm really wondering if the additional openwrt patches on top come in play
> here ..
> I'm not able to even send a simple ping across the link.
Agreed. The ath10k-ct patches in packa
> On 13 Jun 2019, at 16:54, Ben Greear wrote:
>
>
> Here are recent release notes:
>
> wave-1:
>
> * May 9, 2019: Tweak rate-ctrl: Ramp PER up faster, down slower. This
> helps throughput
> in rate-vs-range test, especially with nss1.
>
> * May 20, 2019: Disable a
solve coverity reported resource leak (socket handle)
Signed-off-by: Kevin Darbyshire-Bryant
---
utils.c | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/utils.c b/utils.c
index 7f09787..fc6bbd7 100644
--- a/utils.c
+++ b/utils.c
@@ -944,18 +944,24 @@ bool
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
SSIDs may contain UTF8 characters but ideally hostapd should be told
this is the case so it can advertise the fact. Default enable this
option.
add uci option utf8_ssid '0'/'1' for disable/enable e.g.
config wifi-iface
option utf8_ssid '0'
Signed-o
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> On 27 Oct 2018, at 23:29, Daniel Santos wrote:
>
> Don't ever EVER do this! It has taken me several hours to discover the
> underlying cause of my modules being mysteriously stripped, despite
> having made certain CONFIG_MODULE_STRIP was not enabled. This is a
> truely horrendous and dispic
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> On 15 Oct 2018, at 18:17, Rosen Penev wrote:
>
> uscan reports a new CVE now that PKG_CPE_ID was added.
>
> Reordered patches by date.
>
> Signed-off-by: Rosen Penev
> ---
> tools/patch/Makefile | 2 +-
> tools/patch/patches/010-CVE-2018-6951.patch | 29
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> On 12 Oct 2018, at 16:26, Kevin Darbyshire-Bryant
> wrote:
>
> Peoples!
And I should mention, credit, thank that nice Mr Kresin for doing the ‘switch
to basic’ patch for relevant targets.
Cheers,
Kevin
___
openwrt-devel mailing
From: Mathias Kresin
Add out of the box support for 802.11r and 802.11w to all targets not
suffering from small flash.
Signed-off-by: Mathias Kresin
Signed-off-by: Kevin Darbyshire-Bryant
---
.../linux/adm8668/profiles/100-WRTU54G-TM.mk | 2 +-
target/linux/apm821xx/image/Makefile
Add a basic variant which provides WPA-PSK only, 802.11r and 802.11w.
Signed-off-by: Kevin Darbyshire-Bryant
---
include/target.mk | 2 +-
package/network/services/hostapd/Config.in| 6 +
package/network/services/hostapd/Makefile | 37 ++
.../hostapd
ry nice Mr Woodhouse happy, and was/am going to
discuss this at the conference to get some help/advice etc, but it's
probably best to send this in now so people can formulate a response in
advance.
Help, guidance appreciated shouting less so but if need be :-)
Kevin
Kevin Darbyshi
> On 8 Oct 2018, at 19:12, Lucian Cristian wrote:
>
> On 08.10.2018 11:56, Andre Heider wrote:
>> Hi Jason,
>>
>> On 06/10/2018 05:09, Jason A. Donenfeld wrote:
>>> diff --git a/package/network/services/wireguard/Makefile
>>> b/package/network/services/wireguard/Makefile
>>> index 29c7447..3
Refresh patches.
Remove upstreamed patch:
generic/pending-4.14/192-Revert-ubifs-xattr-Don-t-operate-on-deleted-inodes.patch
Compile-tested on: ath79
Runtime-tested on: ath79
Signed-off-by: Kevin Darbyshire-Bryant
---
This could do with a bit of testing/compilation on a few other platforms
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Signed-off-by: Kevin Darbyshire-Bryant
---
.../pending-4.14/206-mips-disable-vdso.patch | 23 ---
1 file changed, 23 deletions(-)
delete mode 100644
target/linux/generic/pending-4.14/206-mips-disable-vdso.patch
diff --git a/target/linux/generic/pending-4.14/206-mips-disable
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Merged into my staging tree.
Thank you!
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> On 6 Aug 2018, at 15:49, Karl Palsson wrote:
>
> Signed PGP part
>
> John Crispin wrote:
>>
>>
>> On 03/08/18 18:18, Thibaut VARÈNE wrote:
>>> Avoid having /sbin/wifi silently ignore unknown keywords and execute
>>> "enable"; instead display the help message and exit with an error.
>>>
>
59
Signed-off-by: Kevin Darbyshire-Bryant
---
NOTE - Stijn's bump to 4.14.56 included a big warning
WARNING: EXT4 IMAGES ARE BROKEN WITH THIS KERNEL!!!
Personally not seen any evidence but this needs MORE TESTING!
include/kernel-version.mk | 4 +-
...0001-crypt
Add option 'maxtry' to 6in4 interface definition. Defaults to 3.
Defines maximum number of attempts to update Hurricane Electric
tunnel endpoint address. Originally unconfigurable and hard coded to 3.
Each update attempt has a 5 second timeout.
Signed-off-by: Kevin Darbysh
27;s bump to 4.14.56 & my two
subsequent bumps to 4.14.58
Bump to 4.14.56
Signed-off-by: Stijn Tintel
Subsequent bump to 4.14.58
Signed-off-by: Kevin Darbyshire-Bryant
---
NOTE - Stijn's bump to 4.14.56 included a big warning
WARNING: EXT4 IMAGES ARE BROKEN WITH THIS KERNEL!!!
Perso
> On 11 Jul 2018, at 10:44, Hannu Nyman wrote:
>
> Kevin Darbyshire-Bryant wrote:
>> Really not convinced I agree with the "patch 335 removes the whole code
>> block where that one line changed in upstream”.
>
> You are right.
> The corresponding addi
> On 11 Jul 2018, at 05:45, Hannu Nyman wrote:
>
> Stijn Segers kirjoitti 10.7.2018 klo 23:08:
>> Refreshed patches. The bump from .53 to .54 introduced a minor change in
>> net/netfilter/nf_tables_api.c [1] but I am unable to
>> judge if this is a fluke or not, so I'd like a second pair of ey
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 ---
> On 28 Jun 2018, at 08:26, m...
tested-for: lantiq, ramips
Run-tested-on: lantiq BT hh5a, ramips MIR3g
Signed-off-by: Kevin Darbyshire-Bryant
---
v2 - actually it turns out 531-ATA-achi... isn't required & causes build
failure - oops! Thanks to Gerard Looije for pointing out the error in
my ways :-)
includ
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 ---
> On 21 Jun 2018, at 08:13, Jaap
mips MIR3g
Signed-off-by: Kevin Darbyshire-Bryant
---
include/kernel-version.mk | 4 +-
...stmmac-Disable-frame-filtering-completely.patch | 2 +-
16-netfilter-flow-table-support-for-IPv6.patch | 2 +-
...r-improve-flow-table-Kconfig-dependencies.patch | 2 +-
.
ncy
b7b193f queueing: remove useless spinlocks on sc
5bb62fe tools: getentropy requires 10.12
4e9f120 chacha20poly1305: use slow crypto on -rt kernels on arm too
Compiled-for: ar71xx, lantiq
Run-tested-on: ar71xx Archer C7 v2 & lantiq HH5a
Signed-off-by: Kevin Darbyshire-Bryant
---
package/ne
nce commit 0276e1f7608a2b5252aee0c92c9834a150582ffe we no longer
call or use ifx_atm_alloc_tx and the pointed to function atm_alloc_tx.
Let's remove this unused code.
Tested on: BT HomeHub 5a
Signed-off-by: Kevin Darbyshire-Bryant
---
package/kernel/lantiq/ltq-atm/src/ltq_atm.c | 45 +-
he solution to pppoatm vc-mux failing to work which started
the whole investigation, but let's fix it up anyway.
With sincerest thanks to David Woodhouse &
Mathias Kresin .
Tested-on: lantiq, BT HomeHub 5a
Signed-off-by: Kevin Darbyshire-Bryant
---
.../patches-4.14/0004-MIPS-lantiq-a
the ticking timebomb:
158f323b9868 ("net: adjust skb->truesize in pskb_expand_head()
Sincerest thanks to Mathias Kresin for debugging
assistance and to David Woodhouse for further
guidance, cajoling & patience in interpreting the debug I was giving him
and producing a fix!
Fixes
018, at 08:06, David Woodhouse wrote:
>
> On Sat, 2018-06-16 at 08:36 +0000, Kevin Darbyshire-Bryant via openwrt-devel
> wrote:
>> Backport a hot off the press upstream kernel ATM fix:
>>
>> Preserve value of skb->truesize when accounting to vcc
>>
>> "
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 ---
> On 16 Jun 2018, at 10:43, Davi
he solution to pppoatm vc-mux failing to work which started
the whole investigation, but let's fix it up anyway.
With sincerest thanks to David Woodhouse &
Mathias Kresin .
Tested-on: lantiq, BT HomeHub 5a
Signed-off-by: Kevin Darbyshire-Bryant
---
v2 - tweak to contributor credits, signed o
Kresin for debugging
assistance and to David Woodhouse for further
guidance, cajoling & patience in interpreting the debug I was giving him
and producing a fix!
Fixes FS#1567
Signed-off-by: Kevin Darbyshire-Bryant
---
...-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch | 186 +
he solution to pppoatm vc-mux failing to work which started
the whole investigation, but let's fix it up anyway.
With sincerest thanks to dwmw2 & mkresin.
Tested-on: lantiq, BT HomeHub 5a
Signed-of-by: Kevin Darbyshire-Bryant
Signed-off-by: Kevin Darbyshire-Bryant
---
.../lantiq/patches-4.
Kresin for debugging
assistance and to David Woodhouse for further
guidance, cajoling & patience in interpreting the debug I was giving him
and producing a fix!
Fixes FS#1567
Signed-off-by: Kevin Darbyshire-Bryant
---
...-sock.sk_wmem_alloc-from-atomic_t-to-refc.patch | 186 +
018, at 15:56, Mathias Kresin wrote:
>
> 08.06.2018 20:45, Kevin Darbyshire-Bryant:
>> Define USB port power as set on by bootloader (which it is) The power
>> gets cycled at kernel boot, but by defining as 'regulator-boot-on'
>> reduces the power off to power on
ile-tested for: ar71xx
Run-tested on: ar71xx Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant
---
include/kernel-version.mk | 4 +-
.../patches-4.9/910-unaligned_access_hacks.patch | 2 +-
..._pl011-Don-t-use-DT-aliases-for-numbering.patch | 2 +-
.../950-0195-
as set on by bootloader (which it is) The power
gets cycled at kernel boot, but by defining as 'regulator-boot-on'
reduces the power off to power on at driver initial load & setup from
around 5 seconds to around 2 seconds.
Signed-off-by: Kevin Darbyshire-Bryant
---
target/linux/
r load and disabled on driver unload.
Enable kernel support for fixed voltage regulator types on mt7621.
Signed-off-by: Kevin Darbyshire-Bryant
---
target/linux/ramips/dts/MIR3G.dts | 21 -
target/linux/ramips/mt7621/config-4.14 | 2 ++
2 files changed, 14 insert
for-AT8032.patch
target/linux/generic/pending-4.9/181-net-usb-add-lte-modem-wistron-neweb-d18q1.patch
target/linux/generic/pending-4.9/182-net-qmi_wwan-add-BroadMobi-BM806U-2020-2033.patch
Compile & run tested: ar71xx Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant
---
include/ker
a bug fix/maintenance release.
3KB increase in ipk lib size on mips.
Compile tested for: ar71xx, ramips
Run tested on: ar71xx Archer C7 v2, ramips mir3g
Signed-off-by: Kevin Darbyshire-Bryant
---
package/libs/nettle/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pa
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 ---
> On 29 May 2018, at 19:41, Linu
018, at 08:57, David Woodhouse wrote:
>
> On Mon, 2018-05-28 at 14:08 +0000, Kevin Darbyshire-Bryant via openwrt-
> devel wrote:
>>
>> I have a local-ish ‘tame’ ISP (AAISP) who might let me visit the
>> office and try a test line there… but I’d have to book & arr
t;
>
> ___________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> http://lists.infradead.org/mailman/listinfo/openwrt-devel
Works for me and has solved a long annoying issue of needing both ca-bundle &
ca-certs instal
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 ---
> On 28 May 2018, at 14:52, Maur
rms and not
so good on others. e.g. tc -s qdisc show dev net_device_running_cake
won't return all the tin stats on some archs (MIPS r32 BE).
Assistance required! Bug in openwrt? Bug in our code? Endian issue?
Signed-off-by: Kevin Darbyshire-Bryant
---
package/kernel/kmod-sched-cake/Make
rms and not
so good on others. e.g. tc -s qdisc show dev net_device_running_cake
won't return all the tin stats on some archs (MIPS r32 BE).
Assistance required! Bug in openwrt? Bug in our code? Endian issue?
Signed-off-by: Kevin Darbyshire-Bryant
---
.../iproute2/patches/9
platforms and not
so good on others. e.g. tc -s qdisc show dev net_device_running_cake
won't return all the tin stats on some archs (MIPS r32 BE).
Assistance required! Bug in openwrt? Bug in our code? Endian issue?
Testing, reports, ideas, fixes especially welcome :-)
Kevin Darbyshire-
> On 19 May 2018, at 18:03, Rosen Penev wrote:
>
> Makes it easier to copy/paste the hash manually.
>
> Signed-off-by: Rosen Penev
> ---
> scripts/download.pl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/download.pl b/scripts/download.pl
> index 34fd6a6f0b.
Drop package/network/services/wireguard/patches/100-portability.patch
Instead pass 'PLATFORM=linux' to make since we are always building FOR
linux.
Signed-off-by: Kevin Darbyshire-Bryant
---
V2 - actually I don't need to bump the package version as this doesn't
really ch
Drop package/network/services/wireguard/patches/100-portability.patch
Instead pass 'PLATFORM=linux' to make since we are always building FOR
linux.
Signed-off-by: Kevin Darbyshire-Bryant
---
package/network/services/wireguard/Makefile | 3 ++-
.../services/wireguard/p
> On 17 May 2018, at 21:48, Lev wrote:
>
> On Thu, 17 May 2018 18:41:26 +0200
> Koen Vandeputte wrote:
>
>> -@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(void)
>> +@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(voi
>
> Is this really compiles?
No, but then it doesn
On 05/09/16 13:49, Hans Dedecker wrote:
On Mon, Sep 5, 2016 at 1:49 PM, Jo-Philipp Wich wrote:
Hi Hans,
imho it would also make sense to take any existing metric setting into
account as well. At least I'd expect that if I have a wan1 with metric
10 and a wan2 with metric 20 that the DNS serv
I can confirm this. Have seen it myself on a DGN3500, reported at least
a month ago. Router terminated traffic is slow, routed traffic to/from
internal lan is fine. It's not bufferbloat.
On 04/08/16 16:20, Daniel Niasoff wrote:
> One more thing I forgot to mention is that router traffic is fine
1 - 100 of 165 matches
Mail list logo