Re: [PATCH] tplink-safeloader: fix C7v5 factory flashing from vendor fw > v1.1.x

2021-04-09 Thread Luiz Angelo Daros de Luca
> Currently it's not possible to flash factory images on devices shipped > with vendor firmware versions 1.1.0 Build 20201120 rel. 50406 (published > 2020-12-22): > > (curFw_ver, newFw_ver) == (1.1, 1.0) [NM_Error](nm_checkSoftVer) 00848: > Firmwave not supports, check failed. > [NM_Error](nm_ch

[PATCH] base-files: fix zoneinfo support

2021-04-09 Thread Rosen Penev
The system init script currently sets /tmp/localinfo when zoneinfo is populated. However, zoneinfo has spaces in it whereas the actual files have _ instead of spaces. This made the if condition never return true. Example failure when removing the if condition: /tmp/localtime -> /usr/share/zoneinf

[PATCH]-19.07 busybox: backport hwclock fixes

2021-04-09 Thread Rosen Penev
Currently on devices with an RTC, sysfixtime uses busybox' hwclock to set the RTC time. Unfortunately, g/settimeofday on musl completely ignore the second parameter which forces users to use the syscall directly. Backport two patches to fix hwclock's support for timezones. Signed-off-by: Rosen Pe

[PATCH v2] netfilter: remove no-op kconfig symbols

2021-04-09 Thread Rui Salvaterra
These have long been obsolete. For reference, here's the Linux version where each symbol has been dropped: CONFIG_IP6_NF_QUEUE - 3.5 CONFIG_IP6_NF_TARGET_LOG - 3.4 CONFIG_IP_NF_MATCH_DSCP - 2.6.19 CONFIG_NF_CONNTRACK_IPV4 - 4.19 CONFIG_NF_CONNTRACK_IPV6 - 4.19 CONFIG_NF_CONNTRACK_RTCACHE - OOT, su

Re: [PATCH] netfilter: remove no-op kconfig symbols

2021-04-09 Thread Rui Salvaterra
Please ignore this one, I'm going to send a more complete version soon. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH] tplink-safeloader: fix C7v5 factory flashing from vendor fw > v1.1.x

2021-04-09 Thread Petr Štetiar
Currently it's not possible to flash factory images on devices shipped with vendor firmware versions 1.1.0 Build 20201120 rel. 50406 (published 2020-12-22): (curFw_ver, newFw_ver) == (1.1, 1.0) [NM_Error](nm_checkSoftVer) 00848: Firmwave not supports, check failed. [NM_Error](nm_checkUpdateCont

Re: [PATCH] kernel: drop the conntrack rtcache patch

2021-04-09 Thread Felix Fietkau
On 2021-04-09 00:57, Rui Salvaterra wrote: > It's in backports-5.4, but it wasn't ever merged. Upstream followed another > approach, with flow offloading, which has much better performance. Drop this > obsolete patch and refresh the kernel patches. > > Signed-off-by: Rui Salvaterra Acked-by: Feli

[PATCH v4 1/1] ltq-vdsl-app: extent dsl metrics with power_level and state_detail

2021-04-09 Thread Florian Eckert
With the old ubus dsl API, the numbers for the individual line_states and power_states were also returned. These were not ported to the new DSL C-API. This commit adds the missing information to the JSON output. * additional JSON output for state_detail: "state_detail": { "exception": false,