Re: [PATCH 2/4] base-files/functions.sh: do not iterate over ls

2020-09-20 Thread edgar . soldin
On 20.09.2020 07:31, Rosen Penev wrote: > - for file in $(ls $1/*.sh 2>/dev/null); do > - . $file > + for file in "$1"/*.sh; do > + [ -e "$file" ] || break > + . "$file" the existence check is probably meant to catch "../*.sh" entry found if no files ma

Re: [PATCH v3 0/4] ipq806x: add support for Linksys E8350 - Cover letter

2020-09-20 Thread Rafał Miłecki
On Tue, 1 Sep 2020 at 06:41, Todor Colov wrote: > bundle of 4 patches to add support for Linksys E8350 dual band wifi router > type AC2350 Apart from my comment on Broadcom code you also need to sign off all your changes. See OpenWrt documentation on submitting patches and "git help commit" and

Re: [PATCH v3 4/4] tools: addfwhrd Linksys FW header genarator

2020-09-20 Thread Rafał Miłecki
On Tue, 1 Sep 2020 at 06:48, Todor Colov wrote: > > --- > tools/firmware-utils/Makefile | 4 +- > tools/firmware-utils/src/linksys/addfwhdr.c | 195 > tools/firmware-utils/src/linksys/bcmdefs.h| 318 + > .../firmware-utils/src/linksys/code_pattern.h |

Re: ath79: move 8/32 boards to tiny subtarget

2020-09-20 Thread Sven Roederer
Am Sonntag, 20. September 2020, 00:21:44 CEST schrieb Adrian Schmutzler: > > Indeed "LOW_MEMORY_FOOTPRINT" seems only to affedt 3 general options > > and one option of OpenSSL. > > > > So it might be an option to : > > * set LOW_MEM for 8/32 MB devies > > * set LOW_MEM and SMALL_FLASH for 4/32 MB

RE: [PATCH v3 4/4] tools: addfwhrd Linksys FW header genarator - needed for factory FW updata over stock WEB interface

2020-09-20 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Todor Colov > Sent: Dienstag, 1. September 2020 06:37 > To: openwrt-devel@lists.openwrt.org > Cc: Todor Colov > Subject: [PATCH v3 4/4] tools: addfwhrd Linksys FW header genarator - >

[PATCH] odhcpd: number UCI defaults script

2020-09-20 Thread Stijn Segers
UCI defaults scripts are supposed to be numbered, but odhcpd's lacked numbering, which turned out to mess up my custom scripts numbered 9[0-9]_*. The idea is to have high number scripts executed last. Jow confirmed numbering is the default case, not the exception (thanks). Signed-off-by: Stijn

[PATCH v2] odhcpd: number UCI defaults script

2020-09-20 Thread Stijn Segers
UCI defaults scripts are supposed to be numbered, but odhcpd's lacked numbering, which turned out to mess up my custom scripts numbered 9[0-9]_*. The idea is to have high number (custom) scripts executed last. Jow confirmed numbering is the default case, not the exception (thanks). Signed-off-b

Re: ath79: move 8/32 boards to tiny subtarget

2020-09-20 Thread Fernando Frediani
I have some concern to call tiny the 8/32 boards. While I understand the 4MB flash devices as phased out the 8/32 are still very popular and probably most of the devices still running in many and many places and they are not really tiny as of today. Some newer low priced are coming with 8/64, b

Quick question on Linksys EA7300 V2

2020-09-20 Thread Heppler, J. Scott
Based on the commit of Santiago Rodruquez-Papa, for a Linksys EA7300 V1, I purchased a factory recertified EA7300 - version was not advertised. On arrival, it was a version 2. I researched and V2 is almost the same as V1 except it has 7603/7615 radios instead of a pair of 7615s. The memory/flash

[no subject]

2020-09-20 Thread Stephen Walker via openwrt-devel
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 --- Branch: refs/heads/master Home