Re: [PATCH 1/4] uclient-fetch: --header option to pass additional raw HTTP headers

2022-06-21 Thread Andre Heider
Hi Sergey, any update on this series? I'd be interested in the --header option. Thanks, Andre On 10/05/2022 11:11, Jo-Philipp Wich wrote: Hi Sergey, a minor nitpick inline below. On 5/9/22 11:59 PM, Sergey Ponomarev wrote: You can add a custom HTTP header(s) to request: wget --header=

[PATCH v2] failsafe: console failsafe shell improvements

2022-06-21 Thread Mark Mentovai
When running a failsafe shell on a console, job control was unavailable, and ^C did not function correctly. This change invokes console failsafe shells via `setsid`, making them session leaders and allowing them to claim controlling terminals, which makes job control function properly. To support

Re: [PATCH 3/4] hostapd: introduce mbo option

2022-06-21 Thread Andre Valentin
Hello Stijn! Am 21.06.22 um 15:36 schrieb Stijn Tintel: Introduce a new option mbo to toggle Multi Band Operation aka Agile Multiband for a BSS. As the specification requires APs to support OTA when FT is supported, force OTA on when FT is enabled. Signed-off-by: Stijn Tintel --- package/ne

[PATCH] libmnl: fix build when bash is not located at /bin/bash

2022-06-21 Thread Mark Mentovai
From: Mark Mentovai This fixes the libmnl build on macOS, which ships with an outdated bash at /bin/bash. During the OpenWrt build, a modern host bash is built and made available at staging_dir/host/bin/bash, which is present before /bin/bash in the build's PATH. This is similar to 8f7ce3aa6dda,

[PATCH] failsafe: console failsafe shell improvements

2022-06-21 Thread Mark Mentovai
When running a failsafe shell on a console, job control was unavailable, and ^C did not function correctly. This change invokes console failsafe shells via `setsid`, making them session leaders and allowing them to claim controlling terminals, which makes job control function properly. To support

[PATCH 1/4] hostapd: add config symbol to enable MBO

2022-06-21 Thread Stijn Tintel
Multi Band Operation aka Agile Multiband introduces new Transition and Transition Rejection Reason Codes that should improve client steering. Add a config symbol to enable it. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/Config.in | 9 + package/network/services/hosta

[PATCH 3/4] hostapd: introduce mbo option

2022-06-21 Thread Stijn Tintel
Introduce a new option mbo to toggle Multi Band Operation aka Agile Multiband for a BSS. As the specification requires APs to support OTA when FT is supported, force OTA on when FT is enabled. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/files/hostapd.sh | 13 +++-- 1

[PATCH 2/4] hostapd: enable MBO if 802.11ax is enabled

2022-06-21 Thread Stijn Tintel
Multi Band Operation is required for 802.11ax certification, so let's enable it if 802.11ax support is enabled. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/hostapd/Config.in b/package/net

[PATCH 4/4] hostapd: support MBO in bss_transition_request

2022-06-21 Thread Stijn Tintel
Support the use of MBO in the bss_transition_request ubus method. Signed-off-by: Stijn Tintel --- package/network/services/hostapd/README.md| 3 + .../services/hostapd/src/src/ap/ubus.c| 61 ++- 2 files changed, 61 insertions(+), 3 deletions(-) diff --git a/package/

State of Rust support

2022-06-21 Thread Moritz Warning
hi, I've got asked to make a OpenWrt package for a Rust program (https://github.com/zerotier/zeronsd). Does OpenWrt support Rust so far? best, mwarning ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/l

bumping ebpf insn to 1m

2022-06-21 Thread mc36
hi, first of all, i'm very happy to see ebgp will arrive to openwrt 22.03! but, could you please bump the ebpf instructions to 1m? according to https://github.com/iovisor/bcc/blob/master/docs/kernel-versions.md the kernel already have it, but when i try to load a bigger program i get: BPF progra