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
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
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 |
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
> -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 -
>
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
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
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
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
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
10 matches
Mail list logo