Re: missing email header

2021-02-18 Thread David Woodhouse
On Wed, 2021-02-17 at 21:52 -0800, Brian Norris wrote: > (CC a few) > > On Tue, Aug 11, 2020 at 6:59 AM David Woodhouse wrote: > > On Mon, 2020-08-10 at 10:13 -0300, Henrique de Moraes Holschuh wrote: > > > Agreed. HOWEVER, anything that is being relayed due to too-s

Lists moved

2021-03-03 Thread David Woodhouse
After another disk failure on the box previously hosting lists.infradead.org, This time, I have backups! I have shifted mailman service to a new machine. The DNS for lists.openwrt.org has been updated and has a fairly short TTL so should be working everywhere within about half an hour. Please let

Re: [OpenWrt-Devel] Warning: ABI breakage - rebuild your ATM trees

2015-09-16 Thread David Woodhouse
ew fields to be visible to userspace, then I think the best option is to add a *new* SO_ATMQOS2 sockopt, and leave the original SO_ATMQOS entirely alone. -- David WoodhouseOpen Source Technology Centre david.woodho...@intel.com Intel Corporation

Re: [OpenWrt-Devel] Warning: ABI breakage - rebuild your ATM trees

2015-09-17 Thread David Woodhouse
On Wed, 2015-09-16 at 15:23 +0200, John Crispin wrote: > how i hate this shitty dsl driver ... adding new sockopt is nort an > option. that would involve editing the dsl driver and userland and even > looking at the code causes permanent brain damage as can be seen by the > patches and fixes ... i

[OpenWrt-Devel] [PATCH] x86/platform: Fix Geode LX timekeeping in the generic x86 build

2015-09-17 Thread David Woodhouse
lude the fix if CONFIG_MGEODEGX1 or CONFIG_X86_GENERIC are set, thus fixing the problem. Signed-off-by: David Woodhouse Signed-off-by: Ingo Molnar Closes #20531 --- We need this for CC and trunk, for the Geode kernel. diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index 79055cf..51e62d6 100644

[OpenWrt-Devel] [PATCH] geode: enable DMI and Geos support

2015-09-17 Thread David Woodhouse
Closes 20512 Signed-off-by: David Woodhouse --- For CC and trunk please. target/linux/x86/geode/config-default | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-default index f4efab0..a53d07c 100644 --- a/target

[OpenWrt-Devel] [PATCH v2] solos-pci: Increase headroom on received packets

2015-09-17 Thread David Woodhouse
hernet header — it means that *every* incoming packet is going to be need to be reallocated. So let's fix that. Signed-off-by: David Woodhouse --- For CC and trunk please. Related to Trac #20532. This works around the panic seen there, and potentially others that aren't yet fixed. But re

[OpenWrt-Devel] [PATCH] ipv6: ip6_fragment: fix headroom tests and skb leak

2015-09-17 Thread David Woodhouse
From: Florian Westphal David Woodhouse reports skb_under_panic when we try to push ethernet header to fragmented ipv6 skbs: skbuff: skb_under_panic: text:c1277f1e len:1294 put:14 head:dec98000 data:dec97ffc tail:0xdec9850a end:0xdec98f40 dev:br-lan [..] ip6_finish_output2+0x196/0x4da David

[OpenWrt-Devel] What happened to nut UPS config? (#20515)

2015-09-17 Thread David Woodhouse
uld I submit a patch to reinstate the configuration handling? Or was there a plan...? There follows a few other patches to fix other breakage, and I've worked around the config problem for now by editing the files in /etc/nut in my (writeable) root file system. -- David

[OpenWrt-Devel] [PATCH] luci/statistics: Fix nut UPS graphs

2015-09-17 Thread David Woodhouse
At some point since I last checked, the nut plugin for collectd changed the names of the timeleft and percent datasets. Update the luci module to match so that those graphs are generated correctly again. Signed-off-by: David Woodhouse --- Trunk and CC please. .../luasrc/statistics/rrdtool

[OpenWrt-Devel] [PATCH] packages/nut: Install dev headers

2015-09-17 Thread David Woodhouse
The collectd plugin for nut needs these. Signed-off-by: David Woodhouse --- For CC and trunk please. net/nut/Makefile | 14 ++ 1 file changed, 14 insertions(+) diff --git a/net/nut/Makefile b/net/nut/Makefile index 32a3e13..855b0d1 100644 --- a/net/nut/Makefile +++ b/net/nut

[OpenWrt-Devel] [PATCH] collectd: enable nut plugin

2015-09-17 Thread David Woodhouse
Signed-off-by: David Woodhouse --- For trunk; a separate patch has a minor change to make it apply to CC. utils/collectd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 03f3001..04b1e6d 100644 --- a/utils

[OpenWrt-Devel] [PATCH][CC] collectd: enable nut plugin

2015-09-17 Thread David Woodhouse
Signed-off-by: David Woodhouse --- For CC please. diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 61b05a8..b638372 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -55,7 +55,6 @@ COLLECTD_PLUGINS_DISABLED:= \ notify_desktop \ notify_email

[OpenWrt-Devel] [PATCH] 8139cp fixes

2015-10-05 Thread David Woodhouse
WoodhouseOpen Source Technology Centre david.woodho...@intel.com Intel Corporation commit 8b7a7048220f86547db31de0abe1ea6dd2cfa892 Author: David Woodhouse Date: Thu Sep 24 11:38:22 2015 +0100 8139cp: Fix GSO MSS handling When

Re: [OpenWrt-Devel] [PATCH] 8139cp fixes

2015-10-05 Thread David Woodhouse
On Mon, 2015-10-05 at 13:25 +0100, David Woodhouse wrote: > I find it moderately suboptimal when a TX timeout on the Ethernet > port > causes my router to lock up until the hardware watchdog kicks in. > > Two patches of patches attached, in two files. > One set is already in 4.3

Re: [OpenWrt-Devel] [PATCH] 8139cp fixes

2015-10-05 Thread David Woodhouse
On Mon, 2015-10-05 at 14:18 +0100, David Woodhouse wrote: > > Actually, make that just the 4.1 and 4.2 kernels for now. I'll follow > up with a backport to 3.18. If we drop the net-next part which fixes up the offload facilities and enable them by default, it&#x

[OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-05 Thread David Woodhouse
..de4c127 --- /dev/null +++ b/target/linux/generic/patches-3.18/760-8139cp-fixes-from-4.3.patch @@ -0,0 +1,367 @@ +commit 41b976414c88016e2c9d9b2f6667ee67a998d388 +Author: David Woodhouse +Date: Wed Sep 23 09:45:31 2015 +0100 + +8139cp: Dump contents of descriptor ring on TX timeout

[OpenWrt-Devel] [PATCH CC] generic: add 8139cp fixes from 4.3

2015-10-05 Thread David Woodhouse
Signed-off-by: David Woodhouse --- .../patches-3.18/760-8139cp-fixes-from-4.3.patch | 367 + 1 file changed, 367 insertions(+) create mode 100644 target/linux/generic/patches-3.18/760-8139cp-fixes-from-4.3.patch diff --git a/target/linux/generic/patches-3.18/760-8139cp

[OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-13 Thread David Woodhouse
can also apply the additional improvements which are going into 4.4 to fix and enable hardware checksum/TSO offload. Backporting those to older kernels is non-trivial. Signed-off-by: David Woodhouse --- .../patches-3.18/760-8139cp-fixes-from-4.3.patch | 367 + .../patches

[OpenWrt-Devel] [PATCH][CC] generic: add 8139cp fixes from 4.3

2015-10-13 Thread David Woodhouse
This contains only the fixes from the 4.3-rc4 kernel. Additional improvements are going into 4.4 which will fix and enable hardware checksum/TSO offload, but backporting those to older kernels is non-trivial. Signed-off-by: David Woodhouse --- .../patches-3.18/760-8139cp-fixes-from-4.3.patch

Re: [OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-14 Thread David Woodhouse
On Thu, 2015-10-08 at 10:08 +0200, John Crispin wrote: > > correction, one has a SoB, the other has a description. having both > in both patches would be nice Yeah, sorry about the missing SoB. Although the "missing" description was intentional — it was just the one line in the subject. I have

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] packages: Use https instead of git

2017-02-15 Thread David Woodhouse
On Wed, 2017-02-15 at 13:11 +0300, Alexey Brodkin wrote: > > On some [especially corporate] networks non-standard ports are blocked > and git is one of them. So switch to more convenient https transport. Here's a nickel, kid. Get yourself a proper Internet connection. Seriously, better to advoca

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] packages: Use https instead of git

2017-02-15 Thread David Woodhouse
On Wed, 2017-02-15 at 12:27 +, David Woodhouse wrote: > On Wed, 2017-02-15 at 13:11 +0300, Alexey Brodkin wrote: > > > > > > On some [especially corporate] networks non-standard ports are blocked > > and git is one of them. So switch to more convenient https transp

Re: [OpenWrt-Devel] openwrt and lede - remerge proposal

2017-05-08 Thread David Woodhouse
On Mon, 2017-05-08 at 15:19 +0200, John Crispin wrote: > > *) mailing list > - ask david to add the openwrt-adm and openwrt lists > - announce the switch to the infradead serves, asking people to  > unsubscribe if they have privacy issues with this > - import the user DB from the current openwrt a

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-14 Thread David Woodhouse
On Wed, 2018-02-14 at 12:34 -0700, Philip Prindeville wrote: > Once I was messing with firewall settings and accidentally disabled > the firewall.  Within a few minutes, there were all sorts of password > attacks on the WAN port.  Having a sufficiently complex password > slowed things down long eno

test

2018-05-17 Thread David Woodhouse
test ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.infradead.org/mailman/listinfo/openwrt-devel

Testing to lede-dev

2018-05-17 Thread David Woodhouse
This should be transparently redirected to the new openwrt-devel list... smime.p7s Description: S/MIME cryptographic signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.infradead.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/2] hostapd: fix IEEE 802.11r (fast roaming) defaults

2018-05-18 Thread David Woodhouse
: wlan2: STA ac:37:43:a0:a6:ae WPA: FT authentication already completed - do not start 4-way handshake This was previous submitted to LEDE in https://github.com/lede-project/source/pull/1382 [dwmw2: Rewrote commit message] Signed-off-by: Gospod Nassa Signed-off-by: David Woodhouse

[OpenWrt-Devel] [PATCH 2/2] wpad-mini: Enable 802.11r

2018-05-18 Thread David Woodhouse
bss dec hex filename 4250672704 356 428127 6885f wpad-mini 4520032684 372 455059 6f193 wpad-mini+11r 7173392796 588 720723 aff53 wpad-full Let's just enable it by default. Signed-off-by: David Woodhouse --- package/network/services/hostapd/fil

Re: [OpenWrt-Devel] [PATCH 2/2] wpad-mini: Enable 802.11r

2018-05-18 Thread David Woodhouse
On Fri, 2018-05-18 at 09:39 +0100, David Woodhouse wrote: > With so many devices having dual 2.4GHz + 5GHz radios, this isn't a > particularly esoteric use case any more. Luci offers it by default too, > with no check for whether wpad is actually going to do it or not AFAICT. I w

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread David Woodhouse
On Wed, 2018-05-23 at 20:05 +0200, Bas Mevissen wrote: > On 23/05/18 17:55, Arjen de Korte wrote: > > > > Citeren Torbjörn Jansson : > > >   (...) > > > > > > > > > > > But one thing that is a little anoying after the move is that for some  > > > mails I get same thing twice and I'm not sure

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread David Woodhouse
On Wed, 2018-05-23 at 17:24 +0200, Torbjörn Jansson wrote: > > PS: Remove this annoying tag '[OpenWrt-Devel]' from subject. XXI century in > > the world - all email clients already know how filters messages based on > > List-Id header. > > > > Not everyone, plus lede mailing list also had prefix o

Re: [OpenWrt-Devel] FS#1567 reported: making openrwrt unusable (BT Home Hub 5) since between r6080 and r7050

2018-05-29 Thread David Woodhouse
On Mon, 2018-05-28 at 14:08 +, 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 & arrange it. > > Or I could get a second line installed at home for £130+ for a > mon

Re: [OpenWrt-Devel] [RFC 0/3] ath25: move Fonera 2.0g to subtarget

2018-06-01 Thread David Woodhouse
On Fri, 2018-06-01 at 03:36 +0300, Sergey Ryazanov wrote: > This series adds a new ath25 subtarget for the Fonera 2.0g (FON2202) > router. This router is unique since it have a USB port and uses PCI > controller of AR2315 SoC. AFAIK, there are no other AR231x based routers > which at least uses SoC

Re: [OpenWrt-Devel] [PATCH 1/2] lantiq: atm: fix ifx_atm driver integration

2018-06-16 Thread David Woodhouse
> The correct solution is to drop our ifx_atm_alloc_tx replacement hack > entirely and let the kernel do its thing. You need to kill it in the ltq-atm driver too, surely? If you only kill the hook, the module won't load. -- dwmw2 ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH v2 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-16 Thread David Woodhouse
> > net: convert sock.sk_wmem_alloc from atomic_t to refcount_t > > 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! >

Re: [OpenWrt-Devel] [PATCH v2 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-16 Thread David Woodhouse
On Sat, 2018-06-16 at 09:48 +, David Woodhouse wrote: > > > Backport a hot off the press upstream kernel ATM fix: > > > > Preserve value of skb->truesize when accounting to vcc > > > > "There's a hack in pskb_expand_head() to avoid adjusting

Re: [OpenWrt-Devel] [PATCH v2 2/2] kernel: atm: pppoatm fix vc-mux connection failures

2018-06-18 Thread David Woodhouse
On Sat, 2018-06-16 at 08:36 +, 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 > > "There's a hack in pskb_expand_head() to avoid adjusting skb->truesize > for certain skbs. Id

Re: [OpenWrt-Devel] [RFC PATCH] ltq_atm: burn ifx_atm_alloc_tx with fire

2018-06-18 Thread David Woodhouse
On Mon, 2018-06-18 at 18:01 +, Kevin Darbyshire-Bryant via openwrt- devel wrote: > Since commit  0276e1f7608a2b5252aee0c92c9834a150582ffe we no longer > call or use ifx_atm_alloc_tx and the pointed to function > atm_alloc_tx. Nope. This code *never* worked. Ever ever ever. Not just "since comm

Re: [OpenWrt-Devel] broken link

2018-06-27 Thread David Woodhouse
On Wed, 2018-06-27 at 00:52 +0200, Lev wrote: > Please note that this link is broken: > > https://lists.openwrt.org/listinfo/openwrt-devel Should be fixed now. Thanks. smime.p7s Description: S/MIME cryptographic signature ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] broken link

2018-06-27 Thread David Woodhouse
On Wed, 2018-06-27 at 10:22 +0200, Juergen Kimmel wrote: > No, it is not! Sorry, I should have been clearer... The mailing list config is fixed now, so it doesn't have a broken link in the footer. The previous broken link (without "mailman/" in it) remains broken. smime.p7s Description: S/MIM

Re: [OpenWrt-Devel] openwrt + openconnect

2014-07-28 Thread David Woodhouse
On Thu, 2014-06-05 at 08:18 +0200, Nikos Mavrogiannopoulos wrote: > Hello, > I'm trying to resubmit the scripts for openconnect in openwrt's luci > interface. Currently the most difficult part in the interface is > specifying the server certificate. There no tools installed by default > in openwrt

Re: [OpenWrt-Devel] openwrt + openconnect

2014-08-02 Thread David Woodhouse
>>Actually, I think we want a kind of 'wizard' for openconnect >>configuration in luci. Rather than having hard-coded configuration >>items >>like 'username' and 'password' which aren't always going to be >>relevant, >>we actually want to work through the forms that the server offers us. > > That'

Re: Best VSDL modem-router to target?

2022-01-09 Thread David Woodhouse
On Wed, 2022-01-05 at 18:05 -0700, Philip Prindeville wrote: > Have you looked at the Traverse Geos2? That's kind of dated now (ADSL2+ only) but Traverse seem to have a new toy now: https://traverse.com.au/products/ten64-networking-platform/ And it has an external VDSL board: https://traver

Re: Best VSDL modem-router to target?

2022-01-09 Thread David Woodhouse
On Mon, 2022-01-10 at 10:41 +1100, Mathew McBride wrote: > On Mon, Jan 10, 2022, at 10:14 AM, David Woodhouse wrote: > > On Wed, 2022-01-05 at 18:05 -0700, Philip Prindeville wrote: > > > Have you looked at the Traverse Geos2? > > > > That's kind of dated now

VLAN not working in 22.03 through netifd

2022-11-06 Thread David Woodhouse
On my border router I've set up an IPv6-only wireless with NAT64 and want to share it over the wired network, which means it's time for me to set up VLAN. I'm using a BT HomeHub 5a (lantiq xrx200). It has five physical ports, appearing as 'wan', and 'lan[1234]'. In OpenWrt 22.03 it's using DSA. I

Re: VLAN not working in 22.03 through netifd

2022-11-07 Thread David Woodhouse
On Sun, 2022-11-06 at 17:16 +, David Woodhouse wrote: > That worked, but *only* for VLAN2 which is in the original 'br-lan' > but *not* for VLAN3: > > bridge name bridge id STP enabled interfaces > tag 7fff.06bde9e2bd93 yes

Re: Internal Server Error on subscribing to mailing list

2023-01-12 Thread David Woodhouse
On Thu, 2023-01-12 at 21:02 +0100, Ansuel Smith wrote: > Hi, I got some report that user can't subscribe to the devel mailing > list > and the page return > > Internal Server Error > > I confirmed that with a secondary email. Can someone check it? The server was being attacked with subscribe re

[OpenWrt-Devel] Internal switch problem on Asus RT-AC85P.

2020-06-07 Thread David Woodhouse
I've just set up a new RT-AC85P as one of three access points on my network, and it seems to be having problems with wireless clients which have roamed to it (or just newly associated to it) after being on one of the other APs. Incoming packets to the new wireless client aren't being received on t

[OpenWrt-Devel] [PATCH][umdns] Fix advertised IPv6 addresses

2020-06-08 Thread David Woodhouse
The dns_reply_a() function appears to include *only* link-local IPv6 addresses. This seems wrong, and ends up publishing addresses which can't be used to reach the host in question. I believe the logic should be the other way around and we should be *eliding* the link-local addresses but including

[OpenWrt-Devel] [PATCH v2][umdns] Fix advertised IPv6 addresses

2020-06-08 Thread David Woodhouse
The dns_reply_a() function appears to filter out IPv6 addresses other than link-local. This means that advertised services are unreachable over IPv6 (since on the client side, we drop the interface identifier so link-local addresses aren't usable anyway). Fix it to include all addresses, in accord

[OpenWrt-Devel] [PATCH] firmware-utils/ptgen: allow explicit placement of partitions

2020-06-14 Thread David Woodhouse
For Banana Pi R2 we need to place the U-Boot partition at precisely 0x5. Signed-off-by: David Woodhouse --- This is part of the Banana Pi R2 support in https://github.com/openwrt/openwrt/pull/3101 but I'll send it under separate cover for review too. tools/firmware-utils/src/ptgen.c

[OpenWrt-Devel] [PATCH][fstools] Use autoclear for overlay loopback device

2020-06-17 Thread David Woodhouse
y. We can revisit that if anyone really feels strongly about it. Dissent is best expressed in 'diff -up' form. Signed-off-by: David Woodhouse diff --git a/libfstools/rootdisk.c b/libfstools/rootdisk.c index 5a6dcb9..dc861a9 100644 --- a/libfstools/rootdisk.c +++ b/libfstools/rootdisk.c @@ -2

lists.infradead.org restored from backup, git.infradead.org down.

2020-06-22 Thread David Woodhouse
The machine hosting lists.infradead.org and git.infradead.org suffered a complete disk failure over the weekend; sadly the last backup of the mailman config was fairly old (May 2018) so the subscriber lists and archives have been reset to that date, but the lists should be running again. I've recr

[PATCH] mediatek: fix bashism in gen_banana_pi_img.sh

2020-07-09 Thread David Woodhouse
There was a bashism in the script. This fixes the script so that it doesn't actually require bash, and can be run with any POSIX shell as its shebang suggests. Signed-off-by: David Woodhouse --- Oops, didn't realise that 'function' was a bashism too. target/

[PATCH] mediatek: fix Ethernet support on UniElec U7623

2020-07-12 Thread David Woodhouse
The definition of the switch in the device-tree was not correct. Make it look more like the Banana Pi R2, which works. Signed-off-by: David Woodhouse --- .../0227-arm-dts-Add-Unielec-U7623-DTS.patch | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a

[PATCH] mediatek: add U-Boot build for UniElec U7623

2020-07-17 Thread David Woodhouse
Patches submitted upstream at https://patchwork.ozlabs.org/project/uboot/list/?series=189178 Tested on Banana Pi R2 and U7623-06. Signed-off-by: David Woodhouse --- package/boot/uboot-mediatek/Makefile | 9 +- ...ix-mmc_get_boot_dev-for-platforms-wi.patch | 51 +++ ...-Add-support

[RFC] Writing sysupgrade.tgz directly to overlay for block-device sysupgrade

2020-07-24 Thread David Woodhouse
We were playing on IRC with a way to write the backup file directly out alongside the root file system for block devices, similar to the way that it happens with 'mtd write -j sysupgrade.tgz'. A lot of devices currently put it in a FAT "recovery" partition but it's not clear that will always be bi

[PATCH 2/2] uboot-mediatek: resync patches with upstream

2020-08-04 Thread David Woodhouse
Now that my patches have been merged into upstream U-Boot, resync the cosmetic changes and the commit IDs from the final commits. Signed-off-by: David Woodhouse --- .../patches/006-mt7623-pinctrl-fix.patch | 7 ++-- .../patches/007-env-fat-use-bootdevice.patch | 35

[PATCH 1/2] mediatek: mt7623n-preloader: add preloader for Banana Pi R64

2020-08-04 Thread David Woodhouse
n the dust settles and we know what nomenclature makes most sense. Signed-off-by: David Woodhouse --- package/boot/mt7623n-preloader/Makefile | 22 ++ 1 file changed, 22 insertions(+) diff --git a/package/boot/mt7623n-preloader/Makefile b/package/boot/mt7623n-preloader/Make

Re: [PATCH 1/2] mediatek: mt7623n-preloader: add preloader for Banana Pi R64

2020-08-11 Thread David Woodhouse
smime.p7s Description: S/MIME cryptographic signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: missing email header

2020-08-11 Thread David Woodhouse
On Mon, 2020-08-10 at 10:13 -0300, Henrique de Moraes Holschuh wrote: > On 09/08/2020 17:17, Fabian Bläse wrote: > > please keep the current configuration. The Subject header ist typcially > > configured to be included in dkim signatures. > > Therefore mangling the subject breaks the signature, wh

[PATCH 1/3] mediatek: mt7623n-preloader: add preloader for Banana Pi R64

2020-09-08 Thread David Woodhouse
n the dust settles and we know what nomenclature makes most sense. Signed-off-by: David Woodhouse --- package/boot/mt7623n-preloader/Makefile | 22 ++ 1 file changed, 22 insertions(+) diff --git a/package/boot/mt7623n-preloader/Makefile b/package/boot/mt7623n-preloader/Make

[PATCH 3/3] mediatek: mt7623: use bash for generating bootable images

2020-09-08 Thread David Woodhouse
terpret octalwithout it. I could switch to /bin/echo but using -e with that isn't actually portable *either* even though it works today. For now just stick with bash, and use its builtin. We may end up using something else entirely; perhaps perl. Signed-off-by: David Woodhouse --- targe

[PATCH 2/3] mediatek: fix missing pause on switch port for Banana Pi R2

2020-09-08 Thread David Woodhouse
This causes rx drops when running iperf. Signed-off-by: David Woodhouse --- ...623-add-missing-pause-for-switchport.patch | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 target/linux/mediatek/patches-5.4/0700-arm-dts-mt7623-add-missing-pause-for-switchport.patch

Re: [PATCH 3/3] mediatek: mt7623: use bash for generating bootable images

2020-09-08 Thread David Woodhouse
On Tue, 2020-09-08 at 10:31 +0200, Felix Fietkau wrote: > On 2020-09-08 10:26, David Woodhouse wrote: > > It turns out that 'echo -e' isn't portable; it doesn't work in the dash > > builtin echo and Ubuntu users are complaining. > > > > I ca

Re: [PATCH 3/3] mediatek: mt7623: use bash for generating bootable images

2020-09-08 Thread David Woodhouse
On Tue, 2020-09-08 at 10:42 +0200, Felix Fietkau wrote: > Sure, using bash is fine. We already require it for many other > things. I did make an effort to remove bashisms as part of the review before adding this script, but yeah, we can live with bash for now. For the time being I do still need s

Re: [VOTE] New member proposal: Robimarko (Robert Marko)

2024-01-30 Thread David Woodhouse
On Tue, 2024-01-30 at 19:15 +0100, Christian Marangi (Ansuel) wrote: > Robert is active in OpenWrt since 2017 and with some recent stats, he > has more than 310 commits merged in OpenWrt. > He also have uncounted Reviewed-by tag on various PR and merged commits > and generally helps in everything r

Re: [OpenWrt-Devel] Status of Attitude Adjustment release?

2013-02-26 Thread David Woodhouse
On Tue, 2013-02-26 at 18:09 +0100, John Crispin wrote: > the AA builders will be started in the next 2-3 days, we are cleaning up > final details. Any chance of an update to OpenSSL (which has a broken fix for CVE-2013-0169) and OpenConnect (CVE-2012-6128)? Both can just be copied in from trunk.

Re: [OpenWrt-Devel] will AA ever get out of RC status?

2013-03-28 Thread David Woodhouse
On Thu, 2013-03-28 at 14:12 +0100, Manuel Munz wrote: > > The fact that the AA branch is frozen since 9 days or so makes me a bit > optimistic that there might be a release coming. Not too much optimism, > but it could be that it finally comes out ;) Does it still have the horribly broken OpenSSL

Re: [OpenWrt-Devel] will AA ever get out of RC status?

2013-03-28 Thread David Woodhouse
On Thu, 2013-03-28 at 14:22 +0100, Florian Fainelli wrote: > Hello, > > Le 03/28/13 14:15, David Woodhouse a écrit : > > On Thu, 2013-03-28 at 14:12 +0100, Manuel Munz wrote: > >> > >> The fact that the AA branch is frozen since 9 days or so makes me a bit >

Re: [OpenWrt-Devel] Old retired versions of 2.6.x soon to include x86?

2012-05-13 Thread David Woodhouse
On Sat, 2012-05-12 at 14:17 -0600, Philip Prindeville wrote: > Gabor is retiring old versions of 2.6.x regularly (thanks, Gabor!). > > Alas, he's one step away from retiring 2.6.39.4 which is what x86 is > currently at. > > Does anyone else find it troubling that x86 has been as stagnant as it i

Re: [OpenWrt-Devel] LANTIQ- EASY5072- xDSL interface problems

2012-05-24 Thread David Woodhouse
On Thu, 2012-05-24 at 13:45 +0100, Conor O'Gorman wrote: > > The default a2p (adsl2+) is perhaps too strict? The 'a' option > includes all 'a' variations: > > annex_a=04_01_04_00_00_01_00_00 > annex_at1=01_00_00_00_00_00_00_00 > annex_alite=00_01_00_00_00_00_00_00 > annex_admt=04_00_00_00_00_00_0

Re: [OpenWrt-Devel] GRUB2 on Geos x86?

2012-11-02 Thread David Woodhouse
On Fri, 2012-11-02 at 01:47 -0700, Russell Senior wrote: > > "Nathan" == Nathan Williams writes: > > Nathan> Hi, I've just noticed that since r33640 (x86: remove > Nathan> grub-legacy) my builds for Geos don't boot. After the GRUB > Nathan> 2.00 menu on the serial port, it only gets as far a

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread David Woodhouse
On Wed, 2012-11-28 at 14:35 -0800, Daniel Gimpelevich wrote: > The br2684 driver seems to expect that the MAC is already on the device > before a virtual circuit is created, but it seems to leave the mechanism > for doing so to the ATM driver. The only other working ATM driver in > OpenWrt is for A

[OpenWrt-Devel] [PATCH 1/5] build: Add TARGET_ROOTFS_RESERVED_PCT option to reduce wasted space

2012-11-28 Thread David Woodhouse
e patch. Signed-off-by: David Woodhouse --- For AA too. Config.in|7 +++ include/image.mk |2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Config.in b/Config.in index 46f7ce8..76acbe5 100644 --- a/Config.in +++ b/Config.in @@ -125,6 +125,13 @@

[OpenWrt-Devel] [PATCH 2/5] kernel: Add missing CONFIG_BATTERY_DS2781 option to generic 3.6 config

2012-11-28 Thread David Woodhouse
Signed-off-by: David Woodhouse --- target/linux/generic/config-3.6 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 5af13b6..7af4f6e 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux

[OpenWrt-Devel] [PATCH 5/5] kernel: Add config-3.6 for x86 geos

2012-11-28 Thread David Woodhouse
Signed-off-by: David Woodhouse --- How do I set KERNEL_VERSION:=3.6.7 just for Geos? In geos/target.mk it doesn't seem to work... target/linux/x86/config-3.6 | 386 ++ target/linux/x86/geos/config-3.6 | 25 +++ 2 files changed, 411 insertions(

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-11-28 Thread David Woodhouse
On Wed, 2012-11-28 at 16:28 -0800, Daniel Gimpelevich wrote: > On Thu, 2012-11-29 at 00:17 +0000, David Woodhouse wrote: > > I mostly use that with PPPoA, rather than PPPoEoA with the pointless MTU > > breakage that that implies. But it does work fine with BR2684 with the > >

[OpenWrt-Devel] [PATCH 5/5 (v2)] kernel: Update Geos to 3.6.8

2012-11-29 Thread David Woodhouse
Signed-off-by: David Woodhouse --- On Thu, 2012-11-29 at 00:25 +, David Woodhouse wrote: > How do I set KERNEL_VERSION:=3.6.7 just for Geos? In geos/target.mk it > doesn't seem to work... Yes it does; I just need to make target/kernel/clean because the dependencies don&#x

[OpenWrt-Devel] [RESEND PATCH 3/5] kernel: Fix 8139cp ring buffer initialisation, tx timeout recovery, add BQL

2012-11-29 Thread David Woodhouse
Patches queued upstream in net-next.git Signed-off-by: David Woodhouse --- The 3.3 patch for AA too. .../generic/patches-3.3/065-8139cp-fixes.patch | 189 .../generic/patches-3.6/065-8139cp-fixes.patch | 176 ++ .../generic/patches-3.7/065-8139cp

Re: [OpenWrt-Devel] [PATCH 4/5] kernel: Add ATM fixes pending upstream merge (queue reduction, race fixes)

2012-11-29 Thread David Woodhouse
On Thu, 2012-11-29 at 18:47 +0100, Gabor Juhos wrote: > 2012.11.29. 1:23 keltezéssel, David Woodhouse írta: > > Patches about to go into net-next.git > > > > Signed-off-by: David Woodhouse > > Applied this one, however it seems that 3/5 is lost somewhere. Um... my ow

Re: [OpenWrt-Devel] [PATCH 4/5] kernel: Add ATM fixes pending upstream merge (queue reduction, race fixes)

2012-11-29 Thread David Woodhouse
On Thu, 2012-11-29 at 20:33 +0100, Gabor Juhos wrote: > > > Should we go ahead and change the default for > > CONFIG_TARGET_ROOTFS_RESERVED_PCT to 0? I can't see any good reason for > > leaving it at 5% (except for the initial patch which just added the option > > without changing anything, on

Re: [OpenWrt-Devel] Change Default IP?

2012-11-29 Thread David Woodhouse
On Thu, 2012-11-29 at 15:17 -0500, John Lauro wrote: > I tried preinit and also > .../trunk/package/base-files/files/etc/config/network > .../trunk/target/linux/ar7/base-files/etc/config/network > > and it still comes out as 192.168.1.1. (building for a wndr3800) > > Seems to be lots of network

[OpenWrt-Devel] [PATCH 1/2] Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space

2012-11-30 Thread David Woodhouse
Signed-off-by: David Woodhouse --- Config.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Config.in b/Config.in index 8a00412..ecbfb04 100644 --- a/Config.in +++ b/Config.in @@ -128,7 +128,7 @@ menu "Target Images" config TARGET_ROOTFS_RE

[OpenWrt-Devel] [PATCH 2/2] Make teql hotplug script run sooner

2012-11-30 Thread David Woodhouse
an interface coming up, and routing actually starting to work. Signed-off-by: David Woodhouse --- package/network/utils/iproute2/Makefile |2 +- package/network/utils/iproute2/files/15-teql | 23 +++ package/network/utils/iproute2/files/30-teql | 23

[OpenWrt-Devel] [RFC] Build single filesystem for ext4 boot

2012-12-02 Thread David Woodhouse
*existence* of the boot partition, which is entirely pointless when both it and the rootfs are ext4. So I had a go at fixing that... Does this seem reasonable? From 458d58b0ca667a28085657416fb1f0b9dedcb85a Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 3 Dec 2012 01:12:32 + Subje

Re: [OpenWrt-Devel] Stock WNDR3800

2012-12-06 Thread David Woodhouse
On Thu, 2012-12-06 at 04:42 -0500, Weedy wrote: > Anyone flashed recent trunk builds? It's refusing to take my factory.img. > > Tomorrow I'll try a backfire image or something. Not trunk, but I put AA (r34386) on a new WNDR3800 last week. The stock firmware took it just fine. (I then thought I'd

Re: [OpenWrt-Devel] [PATCH] New package NUT 2.6.3 (RESENT)

2012-12-06 Thread David Woodhouse
On Mon, 2012-08-13 at 15:06 +0200, Florian Fainelli wrote: > On Thursday 26 April 2012 16:44:02 Abaakouk Mehdi wrote: > > RESENT: Updated patch with last remarks fixed > > > > > > Makefile and patch for package NUT 2.6.3 > > > > Signed-off-by: Mehdi Abaakouk > > I do not see any drivers in men

[OpenWrt-Devel] [PATCH][packages] New package NUT 2.6.5

2012-12-06 Thread David Woodhouse
From: Mehdi Abaakouk Makefile and patch for package NUT 2.6.5 dwmw2: Update to NUT 2.6.5, add OpenUPS, tidy up per-driver build a little. Signed-off-by: Mehdi Abaakouk Signed-off-by: David Woodhouse --- utils/nut/Makefile | 293 +++ .../patches/001

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread David Woodhouse
On Fri, 2012-12-07 at 12:34 -0800, Daniel Gimpelevich wrote: > Index: target/linux/lantiq/base-files/etc/init.d/ifx-esi > === > --- target/linux/lantiq/base-files/etc/init.d/ifx-esi (revision 0) > +++ target/linux/lantiq/base-files/e

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-07 Thread David Woodhouse
On Fri, 2012-12-07 at 12:59 -0800, Daniel Gimpelevich wrote: > > It'd be better to put that in /etc/hotplug.d/atm so that you don't have > > to worry about the timing of when the atm driver loads at startup, and > > it gets done properly if the driver is ever unloaded and reloaded, etc. > > > > O

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-08 Thread David Woodhouse
On Fri, 2012-12-07 at 18:58 -0800, Daniel Gimpelevich wrote: > > > OK, but hotplug never generates any atm events, so Felix suggested this > > > instead. > > > > Hm, it should do. We have other scripts in /etc/hotplug.d/atm, and > > hotplug2.rules definitely *looks* like it should be invoking them

Re: [OpenWrt-Devel] [PATCH] lantiq and Netgear fixes/enhancements

2012-12-08 Thread David Woodhouse
On Sat, 2012-12-08 at 15:06 +0100, Felix Fietkau wrote: > >> The proper long term solution is to make sure that the kernel does the > >> right thing and doesn't require userspace fixup for these devices. >> > > As per previous discussion, this just isn't going to happen on lantiq. > > Well, doing a

Re: [OpenWrt-Devel] [PATCH] New package NUT 2.6.3 (RESENT)

2012-12-08 Thread David Woodhouse
On Thu, 2012-12-06 at 21:12 +, David Woodhouse wrote: > It could do with a little more work, ideally. We should have an > initscript which generates the config files (like ups.conf) in tmpfs > automatically from uci config. How does this look? From 4295de79d71e4f5a317b37c23cb261c

[OpenWrt-Devel] [PATCH 1/3] nut: add initscripts for upsd and upsmon, create config from UCI

2012-12-10 Thread David Woodhouse
There's more to be done here, but this is a good start and covers most things that people will need to configure. Signed-off-by: David Woodhouse --- utils/nut/Makefile | 16 +++--- utils/nut/files/ups.init| 87 ++ utils/nut/files/upsmon.init |

[OpenWrt-Devel] [PATCH 2/3] nut: install development files for libupsclient

2012-12-10 Thread David Woodhouse
Signed-off-by: David Woodhouse --- utils/nut/Makefile | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/utils/nut/Makefile b/utils/nut/Makefile index 9d9ffd1..3fcfb7e 100644 --- a/utils/nut/Makefile +++ b/utils/nut/Makefile @@ -75,6 +75,14 @@ define Package/nut

[OpenWrt-Devel] [PATCH 3/3] collectd: enable nut plugin

2012-12-10 Thread David Woodhouse
This works now... Signed-off-by: David Woodhouse --- utils/collectd/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 413ff84..6e609b0 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile

[OpenWrt-Devel] [PATCH] Add NUT UPS support to luci-statistics

2012-12-10 Thread David Woodhouse
cs/luasrc/model/cbi/luci_statistics/nut.lua new file mode 100644 index 000..ad03071 --- /dev/null +++ b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/nut.lua @@ -0,0 +1,28 @@ +--[[ +LuCI - Lua Configuration Interface + +Copyright © 2011 Manuel Munz +Copyright © 2012 David Wood

Re: [OpenWrt-Devel] [PATCH] Add NUT UPS support to luci-statistics

2012-12-10 Thread David Woodhouse
On Mon, 2012-12-10 at 17:26 +, David Woodhouse wrote: > + -- Note: This is in ISO8859-1 for rrdtool. Welcome to the 20th > century. > + local temperature = { > + title = "%H: Battery temperature on UPS \"%pi\""

  1   2   >