> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Rui Salvaterra
> Sent: Dienstag, 3. November 2020 21:08
> To: openwrt-devel@lists.openwrt.org
> Cc: Rui Salvaterra
> Subject: [PATCH] hostapd: add a hostapd-basic-wolfssl variant
>
>
If only AP mode is needed, this is currently the most space-efficient way to
provide support for WPA{2,3}-PSK, 802.11w and 802.11r.
openwrt-ath79-generic-ubnt_nanostation-loco-m-squashfs-sysupgrade.bin sizes:
4719426 bytes (with wpad-basic-wolfssl)
4457282 bytes (with hostapd-basic-wolfssl)
Sign
From: Peter Cardoe
Signed-off-by: Peter Cardoe
---
.../ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-d7800.dts | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/target/linux/ipq806x/files-4.14/arch/arm/boot/dts/qcom-ipq8064-d7800.dts
b/target/linux/ipq806x/files
Hi John,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of John Crispin
> Sent: Dienstag, 3. November 2020 17:43
> To: openwrt-devel@lists.openwrt.org
> Cc: John Crispin
> Subject: [PATCH] base-files: add board.d support for bridge
thanks for the quick review
John
On 03.11.20 18:24, Adrian Schmutzler wrote:
Hi John,
-Original Message-
From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
On Behalf Of John Crispin
Sent: Dienstag, 3. November 2020 17:43
To: openwrt-devel@lists.openwrt.org
Cc: Jo
Latest netifd allows us to setup network bridges with implicit vlan
tagging. For this to work, we need to setup several additional uci
sections. This feature is particularly usefull for DSA tupe devices.
Add board.d and uci-defaults support for generating the sections.
Signed-off-by: John Crispin
Hi,
> -Original Message-
> From: Yousong Zhou [mailto:yszhou4t...@gmail.com]
> Sent: Dienstag, 3. November 2020 16:05
> To: Adrian Schmutzler
> Cc: Philip Prindeville ; OpenWrt
> Development List
> Subject: Re: [PATCH 01/10] base-files: upgrade: log with prefix
>
> On Tue, 3 Nov 2020 at
On Tue, 3 Nov 2020 at 21:02, Adrian Schmutzler wrote:
>
> Hi,
>
> > -Original Message-
> > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> > On Behalf Of Yousong Zhou
> > Sent: Dienstag, 3. November 2020 13:21
> > To: Philip Prindeville
> > Cc: Yousong Zhou ; openwr
Hi,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Yousong Zhou
> Sent: Dienstag, 3. November 2020 13:21
> To: Philip Prindeville
> Cc: Yousong Zhou ; openwrt-
> de...@lists.openwrt.org
> Subject: [PATCH 01/10] base-files: upgrad
Signed-off-by: Yousong Zhou
---
package/base-files/files/lib/upgrade/common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index 2eb26ba44b..56daabd778 100644
--- a/package/bas
- Use common v function when possible
- Write log lines to stderr when using echo
Signed-off-by: Yousong Zhou
---
package/base-files/files/lib/upgrade/stage2 | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/base-files/files/lib/upgrade/stage2
b/package/ba
The series mainly aims to make sysupgrade log output more organized and
less disturbing, in the following aspects
- Hide "write error: Broken pipe" from cat command and its friends.
- Make log lines from sysupgrade command itself more distinguishable
more other commands by using common.sh fun
This is mainly to make it clear records in/out in the following lines
are for extracting boot sectors
Before
== upgrade: Reading partition table from bootdisk...
37+26 records in
37+26 records out
== upgrade: Reading partition table from image...
After
== upgrade: Reading partition ta
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=3140
Reported-by: Philip Prindeville
Signed-off-by: Yousong Zhou
---
target/linux/x86/base-files/lib/upgrade/platform.sh | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/x86/base-files/lib/upgra
Signed-off-by: Yousong Zhou
---
.../linux/x86/base-files/lib/upgrade/platform.sh | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/target/linux/x86/base-files/lib/upgrade/platform.sh
b/target/linux/x86/base-files/lib/upgrade/platform.sh
index 1bcd492dd7..617b26
The intent is to make it sound more like info level message, not some
error like "404 not found". x86 target at the moment makes image with
only signature but no metadata (ref commit f8141216 "x86: append
metadata to combined images").
Signed-off-by: Yousong Zhou
---
package/base-files/files/li
This is mainly to handle error message "Broken pipe" by common pattern
"xcat | dd .."
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=3140
Reported-by: Philip Prindeville
Signed-off-by: Yousong Zhou
---
package/base-files/files/lib/upgrade/common.sh | 6 ++
1 file changed, 6 inse
This will have at least the following effects
- Log lines will have common prefix
- They will be output to stderr instead of stdout
Signed-off-by: Yousong Zhou
---
.../base-files/files/lib/upgrade/fwtool.sh| 24 +--
1 file changed, 12 insertions(+), 12 deletions(-)
diff -
Signed-off-by: Yousong Zhou
---
package/base-files/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index c139ea313b..f63c4db533 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -12,
Signed-off-by: Yousong Zhou
---
package/base-files/files/lib/upgrade/common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/base-files/files/lib/upgrade/common.sh
b/package/base-files/files/lib/upgrade/common.sh
index 56daabd778..808fad178b 100644
--- a/package/bas
20 matches
Mail list logo