[PATCH] README: add download section

2021-09-11 Thread Paul Spooren
The *Firmware Selector* was build to simplify users finding suitable images for their devices. Let's give it more visibility so unleashing your home router becomes an easier thing. Signed-off-by: Paul Spooren --- This is a cross post[1] but since it's quite a public change I want it to have some

Help with WiFi Streaming (ie noack) mode.

2021-09-11 Thread Nick Dennis
("WiFi Streaming" is just a more descriptive name for the desired wifi behaviour. The wifi keeps streaming packets without waiting for ACKS/Block ACKs.) I'm working with ath10k-ct, the boot announceent shows: [   17.250943] ath10k_pci :00:00.0: qca988x hw2.0 target 0x4100016c chip_id

test

2021-09-11 Thread Nick Dennis
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

RE: [PATCH] mvebu/kernel: promote 5.10 to stable

2021-09-11 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Spooren > Sent: Dienstag, 7. September 2021 23:37 > To: Rui Salvaterra ; Daniel Golle > > Cc: openwrt-devel@lists.openwrt.org; pepe.schleho...@gmail.com; >

RE: [PATCH] base-files: reduce `mkdir` and `sed` calls

2021-09-11 Thread Adrian Schmutzler
Hi Paul, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Spooren > Sent: Mittwoch, 8. September 2021 23:14 > To: openwrt-devel@lists.openwrt.org > Cc: Paul Spooren > Subject: [PATCH] base-files: reduce `mkdir` and `sed`

Re: Question about qca8k dsa driver and path to follow

2021-09-11 Thread Ansuel Smith
> > > Is there any situation where the user would need to decide whether DSA or > > swconfig should be used, assuming both are working? A kmod may be > > Just a side note on this: > Having a user choice between drivers should not be a development goal by any > means here. > If it happens "by

RE: Question about qca8k dsa driver and path to follow

2021-09-11 Thread Adrian Schmutzler
> Is there any situation where the user would need to decide whether DSA or > swconfig should be used, assuming both are working? A kmod may be Just a side note on this: Having a user choice between drivers should not be a development goal by any means here. If it happens "by accident" due to

RE: [PATCH] sunxi: bring up DSA b53 switch on Lamobo R1

2021-09-11 Thread Adrian Schmutzler
Hi, > --- a/target/linux/sunxi/image/cortexa7.mk > +++ b/target/linux/sunxi/image/cortexa7.mk > @@ -64,7 +64,10 @@ TARGET_DEVICES += friendlyarm_zeropi define > Device/lamobo_lamobo-r1 >DEVICE_VENDOR := Lamobo >DEVICE_MODEL := Lamobo R1 > - DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtl8192cu

RE: [PATCH v3 4/6] at91: add support for sama5d27-wlsom1-ek board

2021-09-11 Thread Adrian Schmutzler
> +define Device/microchip_sama5d27-wlsom1-ek > + $(Device/evaluation-dtb) > + DEVICE_VENDOR := Microchip > + DEVICE_MODEL := SAMA5D27 WSOM1 Ek > + DEVICE_DTS := at91-sama5d27_wlsom1_ek > + SUPPORTED_DEVICES := microchip,sama5d27-wlsom1-ek SUPPORTED_DEVICES can be dropped, this value is

RE: [PATCH v3 3/6] at91: add support for sama5d2 icp board

2021-09-11 Thread Adrian Schmutzler
> +define Device/microchip_sama5d2-icp > + $(Device/evaluation-dtb) > + DEVICE_VENDOR := Microchip > + DEVICE_MODEL := SAMA5D2 ICP > + DEVICE_DTS := at91-sama5d2_icp > + SUPPORTED_DEVICES := microchip,sama5d2-icp SUPPORTED_DEVICES can be dropped. This value is generated by the global

Re: [PATCH v3 1/6] at91: kernel: bump to 5.10

2021-09-11 Thread Hauke Mehrtens
On 9/10/21 11:56 AM, claudiu.bez...@microchip.com wrote: On 09.09.2021 22:52, Hauke Mehrtens wrote: Bump at91 targets to kernel v5.10. With this patches and files for wb45n and wb50n were removed as they are now included in upstream kernel. Along with this: - the kernel config for sam9x targets

Re: Kernel 5.10: Current targets' state

2021-09-11 Thread Andre Heider
On 24/08/2021 14:50, Adrian Schmutzler wrote: Hi, I just created an overview of current 5.4->5.10 conversion state. Sharing it FYI below. Note that targets which are not converted or that nobody cares for always have the risk of being dropped. We probably also won't ask a hundred times like

Re: [PATCH] sunxi: bring up DSA b53 switch on Lamobo R1

2021-09-11 Thread Hauke Mehrtens
Hi Daniel, Thanks for working on this. On 9/11/21 12:40 AM, Daniel Golle wrote: Build cortexa7 subtarget with DSA driver for MDIO-connected Broadcom BCM53xxx switches. This is needed for the Lamobo R1 aka. BananaPi BPi-R1 board which comes with such a switch IC. Remove old swconfig driver