Re: [PATCH] ramips: add support for Zbtlink ZBT-WG1602

2021-11-23 Thread Sergey Ryazanov
On Tue, Nov 16, 2021 at 1:09 PM Sergey Ryazanov wrote: > Zbtlink ZBT-WG1602 is a Wi-Fi router intendent to use with WWAN > (UMTS/LTE/3G/4G) modems. The router board offsers a couple of miniPCIe > slots with USB and SIM only and another one pure miniPCIe slot as well > as five Gigabit Ethernet

Re: [PATCH] FritzBox-4040-UBOOT: Allow for easier devices recovery

2021-11-23 Thread Mathias Kresin
11/23/21 12:20 PM, David Bauer: Hello Enrico, On 11/22/21 11:55, Enrico Mioso wrote: When flashing a broken kernel, or an image where failsafe mode is no more accessible, recoverying these devices can become needlessly painful. Allow for easier recovery by unconditionally trying to get an

[PATCH] procd: procd.sh: make no assumptions about init script path

2021-11-23 Thread Jo-Philipp Wich
Init scripts in /etc/init.d/ may be symlinks pointing elsewhere, so it is not safe to assume that the basename of the real path is existing. Instead of trying to reassemble the target path from the basename when setting up triggers, trust the result of readlink and fall back to `$initscript`

[PATCH] hostapd: allow hostapd under ujail to communicate with hostapd_cli

2021-11-23 Thread Mark Mentovai
When procd-ujail is available, 1f785383875a runs hostapd as user "network", with only limited additional capabilities (CAP_NET_ADMIN and CAP_NET_RAW). hostapd_cli (CONFIG_PACKAGE_hostapd-utils) communicates with hostapd over a named UNIX-domain socket. hostapd_cli is responsible for creating this

Re: [PATCH] FritzBox-4040-UBOOT: Allow for easier devices recovery

2021-11-23 Thread Enrico Mioso
Hello all!! thanks for taking a look at this patch! On Tue, 23 Nov 2021, David Bauer wrote: Date: Tue, 23 Nov 2021 12:20:08 From: David Bauer To: Enrico Mioso Cc: Christian Lamparter , OpenWrt Development List Subject: Re: [PATCH] FritzBox-4040-UBOOT: Allow for easier devices recovery

Re: [PATCH] FritzBox-4040-UBOOT: Allow for easier devices recovery

2021-11-23 Thread David Bauer
Hello Enrico, On 11/22/21 11:55, Enrico Mioso wrote: When flashing a broken kernel, or an image where failsafe mode is no more accessible, recoverying these devices can become needlessly painful. Allow for easier recovery by unconditionally trying to get an initramfs image over TFTP once