[OpenWrt-Devel] ToH dump missing HW version

2020-01-10 Thread Luiz Angelo Daros de Luca
Hello, I was using https://openwrt.org/_media/toh_dump_tab_separated_csv.zip from https://openwrt.org/supported_devices and it is missing the hardware version. It is also missing the "unsupported features". Both are quite important for selecting a device. Wiki dynamic table does include them. Can

Re: [OpenWrt-Devel] Kernel version for OpenWrt 20.X

2020-01-10 Thread Adrian Schmutzler
Orion is gone now. But if someone wants to add it again, he might consider doing that as part of kirkwood instead of bumping the old orion to 4.19. Best Adrian > -Original Message- > From: Raylynn Knight [mailto:raykni...@me.com] > Sent: Freitag, 10. Januar 2020 21:05 > To: m...@adrian

Re: [OpenWrt-Devel] Kernel version for OpenWrt 20.X

2020-01-10 Thread Raylynn Knight via openwrt-devel
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 --- Ideally orion and kirkwood should

Re: [OpenWrt-Devel] High-level process for releases

2020-01-10 Thread Baptiste Jonglez
Following the 19.07.0 release, I have updated the "release process" page a bit: https://openwrt.org/docs/guide-developer/releases/release-process It is supposed to reflect the current release process and link to the relevant documentation: feel free to signal missing steps and add links as need

[OpenWrt-Devel] [PATCH] blobmsg: blobmsg_add_json_element() 64-bit values

2020-01-10 Thread Dainis Jonitis
libjson-c json_type_int values are stored as int64_t. Use json_object_get_int64() instead of json_object_get_int() to avoid clamping to INT32_MAX. Signed-off-by: Dainis Jonitis --- blobmsg_json.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/blobmsg_json.c b/blob

[OpenWrt-Devel] [PATCH] iwinfo: 64-bit byte counters for assoclist

2020-01-10 Thread Dainis Jonitis
When available, use 64-bit byte counters rx/tx_bytes64. New 32-bit counters rx/tx_bytes32 are guaranteed to clamp to max 32-bit value and never wrap around. For compatibility with legacy clients the old values rx/tx_bytes are just aliases of new rx/tx_bytes32. Signed-off-by: Dainis Jonitis --- i

Re: [OpenWrt-Devel] Question: Migration from ar71xx to ath79

2020-01-10 Thread Baptiste Jonglez
Good point, the ar71xx - ath79 migration needs more documentation. I have just created https://openwrt.org/docs/guide-user/installation/ar71xx.to.ath79 but it needs some work: is sysupgrade supposed to work in some cases? With/without saving the configuration? Is there any danger when forcing upg

Re: [OpenWrt-Devel] Question: Migration from ar71xx to ath79

2020-01-10 Thread Dmitry Tunin
This means a sysupgrade with resetting all configs, nothing else. sysupgrade -n пт, 10 янв. 2020 г. в 12:50, Pumr, Ondrej (EEK) : > > Hello, > > > > I have TP-LINK TL-WR842N-V3 running OpenWrt 18.06 with ar71xx and I want to > migrate to OpenWrt 19.07 with ath79. > > > > In the list of known is

[OpenWrt-Devel] Question: Migration from ar71xx to ath79

2020-01-10 Thread Pumr, Ondrej (EEK)
Hello, I have TP-LINK TL-WR842N-V3 running OpenWrt 18.06 with ar71xx and I want to migrate to OpenWrt 19.07 with ath79. In the list of known issues it is written, that "Sysupgrade from ar71xx to ath79 and vice versa is not officially supported, a full manual reinstall is recommended...".

[OpenWrt-Devel] OpenWrt 18.06.6 service release

2020-01-10 Thread Hauke Mehrtens
Hi, The OpenWrt Community is proud to announce the sixth service release of the stable OpenWrt 18.06 series. OpenWrt 18.06.6 incorporates security updates for base packages, new versions of the Linux kernel, a bug fix related to signature verification, and fixes for various devices. Some sel