Re: [OpenWrt-Devel] Port labels for DSA targets/devices

2020-04-21 Thread mail
Hi Klaus, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Klaus Kudielka > Sent: Dienstag, 21. April 2020 08:46 > To: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] Port labels for DSA targets/devices > > Hi, > >

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: use lzma-loader for D-Link DIR-860L B1

2020-04-21 Thread Stijn Segers
Hi Szabolcs, Op maandag 20 april 2020 om 11:01 schreef Szabolcs Hubai : Hello, Stijn Segers ezt írta (időpont: 2020. ápr. 20., H, 9:25): Hi Szabolcs, Op zondag 19 april 2020 om 20u49 schreef Szabolcs Hubai : > This device has trouble extracting big kernel from flash, > and supports

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: use lzma-loader for D-Link DIR-860L B1

2020-04-21 Thread Stijn Segers
Works fine for me. Op zondag 19 april 2020 om 20:49 schreef Szabolcs Hubai : This device has trouble extracting big kernel from flash, and supports LZMA compressed kernels only. Using OpenWrt kernel loader saves us 64 KB compared to the dictionary size limiting workaround. Factory image sizes

Re: [OpenWrt-Devel] Your confirmation is required to join the openwrt-devel mailing list

2020-04-21 Thread Lars Kruse
Am Tue, 21 Apr 2020 08:46:06 -0700 schrieb openwrt-devel-confirm+e8c9555ed4e7a1a44a0d3d4aa25e1aa0c66f6...@lists.openwrt.org: > Mailing list subscription confirmation notice for mailing list > openwrt-devel > > We have received a request from 185.220.101.25 for subscription of > your email address

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: use lzma-loader for D-Link DIR-860L B1

2020-04-21 Thread Stijn Segers
Hi, Op dinsdag 21 april 2020 om 15:12 schreef Stijn Segers : Hi Szabolcs, Op maandag 20 april 2020 om 11:01 schreef Szabolcs Hubai : Hello, Stijn Segers ezt írta (időpont: 2020. ápr. 20., H, 9:25): Hi Szabolcs, Op zondag 19 april 2020 om 20u49 schreef Szabolcs Hubai : > This dev

Re: [OpenWrt-Devel] Missing default CONFIG_ symbols for 5.4?

2020-04-21 Thread Alberto Bursi
On 21/04/20 07:15, Philip Prindeville wrote: I’m trying to build x86/64 on master, and I’m getting the following prompts: Verify kernel signature during kexec_file_load() syscall (KEXEC_SIG) [N/y/?] (NEW) Netfilter nf_tables support (NF_TABLES) [M/n/y/?] m Netfilter nf_tables set infrastr

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: use lzma-loader for D-Link DIR-860L B1

2020-04-21 Thread Szabolcs Hubai
Hi Stijn, Stijn Segers ezt írta (időpont: 2020. ápr. 21., K, 17:52): > > Hi, > > > Op dinsdag 21 april 2020 om 15:12 schreef Stijn Segers > : > > Hi Szabolcs, > > > > Op maandag 20 april 2020 om 11:01 schreef Szabolcs Hubai > > : > >> Hello, > >> > >> Stijn Segers ezt írta (időpont: 2020. > >>

Re: [OpenWrt-Devel] Missing default CONFIG_ symbols for 5.4?

2020-04-21 Thread Philip Prindeville
> On Apr 21, 2020, at 10:15 AM, Alberto Bursi wrote: > > > > On 21/04/20 07:15, Philip Prindeville wrote: >> I’m trying to build x86/64 on master, and I’m getting the following prompts: >> Verify kernel signature during kexec_file_load() syscall (KEXEC_SIG) [N/y/?] >> (NEW) >> Netfilter nf_t

Re: [OpenWrt-Devel] [PATCH v2 11/14] package/base-files: caldata: allow setting target file

2020-04-21 Thread Philip Prindeville
Agreed, especially if you’re using “set -e” for debugging… > On Apr 20, 2020, at 8:09 AM, m...@adrianschmutzler.de wrote: > > Acked-by: Adrian Schmutzler > > I personally prefer > [ -n "$var" ] || do something > to > [ -z "$var" ] && do something > but that's pure matter of taste again. > > B

[OpenWrt-Devel] [PATCH 0/3] mac80211: Update to version 5.7-rc2

2020-04-21 Thread Hauke Mehrtens
This updates mac80211 in OpenWrt to version 5.7-rc2. This update contains ath11k and many other ieee80211ax updates. ath11k only works on the ipq807x devices. I tried to start a discussion how we want to go forward with the wireless subsystem we ship in the next OpenWrt release: https://lists.inf

[OpenWrt-Devel] [PATCH 2/3] mac80211: Update to version 5.6.5-1

2020-04-21 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 6 +- .../patches/ath/400-ath_move_debug_code.patch | 2 +- ...21-ath10k_init_devices_synchronously.patch | 2 +- .../ath/930-ath10k_add_tpt_led_trigger.patch | 4 +- ...-of-peer_bw_rxnss_override-parameter

[OpenWrt-Devel] [PATCH 3/3] mac80211: Update to version 5.7-rc2-1

2020-04-21 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 6 +- .../patches/ath/404-regd_no_assoc_hints.patch | 4 +- ...21-ath10k_init_devices_synchronously.patch | 2 +- .../ath/930-ath10k_add_tpt_led_trigger.patch | 4 +- ...-of-peer_bw_rxnss_override-parameter

Re: [OpenWrt-Devel] [PATCH v2 11/14] package/base-files: caldata: allow setting target file

2020-04-21 Thread Thibaut
Fixed. > Le 21 avr. 2020 à 20:24, Philip Prindeville > a écrit : > > Agreed, especially if you’re using “set -e” for debugging… > > >> On Apr 20, 2020, at 8:09 AM, m...@adrianschmutzler.de wrote: >> >> Acked-by: Adrian Schmutzler >> >> I personally prefer >> [ -n "$var" ] || do something >

Re: [OpenWrt-Devel] [RFC PATCH] ramips: remove patches for USB-dwc2

2020-04-21 Thread Alexey Dobrovolskiy
Hi, USB does not work in master at 35f208da3c built with testing kernel 5.4 with or without 0032-USB-dwc2-add-device_reset.patch. (ramips, ZyXEL Keenetic) In boot log: [6.888293] usbcore: registered new interface driver usbfs [6.899641] usbcore: registered new interface driver hub [6.91