RE: [PATCH] kernel: bpi-r2 uses kmod-ata-ahci for block access

2021-06-15 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Pablo Pita > Sent: Dienstag, 15. Juni 2021 16:45 > To: openwrt-devel@lists.openwrt.org > Cc: Pablo Pita > Subject: [PATCH] kernel: bpi-r2 uses kmod-ata-ahci for block access >

[PATCH] mediatek: bpi-r2 uses kmod-ata-ahci for block access

2021-06-15 Thread Pablo Pita
Fixes accessing block devices. kmod-ata-ahci-mtk is used only on R64 board. Signed-off-by: Pablo Pita --- target/linux/mediatek/image/mt7623.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/image/mt7623.mk b/target/linux/mediatek/image/mt7623.mk

[PATCH] kernel: bpi-r2 uses kmod-ata-ahci for block access

2021-06-15 Thread Pablo Pita
Fixes accessing block devices. kmod-ata-ahci-mtk is used only on R64 board. Signed-off-by: Pablo Pita --- target/linux/mediatek/image/mt7623.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/image/mt7623.mk b/target/linux/mediatek/image/mt7623.mk

Re: [PATCH 3/3] ath79: add support for MikroTik RouterBOARD 912UAG-2HPnD

2021-06-15 Thread Koen Vandeputte
On 14.06.21 20:02, Adrian Schmutzler wrote: Hi, a few remaining comments below. + gpio-export { + compatible = "gpio-export"; + + usb_power { + label = "power:usb"; gpio-export nodes normally don't have a label property. We have

Re: [PATCH 3/3] ath79: add support for MikroTik RouterBOARD 912UAG-2HPnD

2021-06-15 Thread Sergey Ryazanov
On Mon, Jun 14, 2021 at 9:02 PM Adrian Schmutzler wrote: > > Hi, > > a few remaining comments below. > >> + gpio-export { >> + compatible = "gpio-export"; >> + >> + usb_power { >> + label = "power:usb"; > > gpio-export nodes normally don't have a

Re: [PATCH 3/3] ath79: add support for MikroTik RouterBOARD 912UAG-2HPnD

2021-06-15 Thread Sergey Ryazanov
On Thu, May 27, 2021 at 11:18 AM Denis Kalashnikov wrote: > From: Denis Kalashnikov > > This board has been supported in the ar71xx. > > Links: > * https://mikrotik.com/product/RB912UAG-2HPnD > * https://openwrt.org/toh/hwdata/mikrotik/mikrotik_rb912uag-2hpnd > > Hardware: > * SoC: Atheros

Re: [PATCH 5/5] tegra: make target source-only

2021-06-15 Thread Koen Vandeputte
On 13.06.21 18:28, Tomasz Maciej Nowak wrote: Looking at OpenWrt downloading statistics this target has non-existent userbase apart from me. Mark it as source-only to skip the build by buildbots and not waste further the resources. Signed-off-by: Tomasz Maciej Nowak --- I'll keep this target

[PATCH] kernel: bpi-r2 uses kmod-ata-ahci for block access

2021-06-15 Thread Pablo Pita
Fixes accessing block devices. kmod-ata-ahci-mtk is used only on R64 board. Signed-off-by: Pablo Pita --- target/linux/mediatek/image/mt7623.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/image/mt7623.mk b/target/linux/mediatek/image/mt7623.mk

Re: [PATCH 0/3] ath79: add support for MikroTik RouterBOARD 912UAG-2HPnD

2021-06-15 Thread Sergey Ryazanov
On Mon, Jun 14, 2021 at 6:29 PM Koen Vandeputte wrote: > On 27.05.21 10:16, Denis Kalashnikov wrote: > > From: Denis Kalashnikov > > > > RB912 needs two ad hoc drivers: gpio-latch and rb91x_nand. So I've ported > > them > > from ar71xx and added DTS. > > > > In RFC v1 I added a MFD driver that

Re: [PATCH v4] ath79: add support for Ubiquiti PowerBeam M (XW)

2021-06-15 Thread Russell Senior
Random observations follow: I received another PBE-M5-400 feedhorn today. It arrived with XW.v6.1.4 installed. Using its GUI, I tried directly flashing a recent master branch OpenWrt with my support commit on top and it complained with a "firmware image check failed". Using the v6.1.4 GUI, I

Re: [PATCH 2/3] ath79: add NAND driver for MikroTik RB91xG series

2021-06-15 Thread Sergey Ryazanov
On Thu, May 27, 2021 at 11:18 AM Denis Kalashnikov wrote: > From: Denis Kalashnikov > > Main part is copied from ar71xx original driver rb91x_nand > written by Gabor Juhos . > > What is done: > * Support of kernel 5.4 and 5.10, > * DTS support, > * New gpio API (gpiod_*) support. > >

Re: download: regression with USE_SOURCE_DIR and non-tarball packages?

2021-06-15 Thread Lukas Zeller
Hi, > On 15 Jun 2021, at 10:05, Petr Štetiar wrote: > [...] yes, it would do that in case PKG_MIRROR_HASH is invalid [...] Thanks, that helped a lot! I ran the exact same tests with libubox and as those worked, I realized that the difference between the packages I tried and libubox is that

Re: [PATCH 1/3] ath79: add gpio-latch driver for MikroTik RouterBOARDs

2021-06-15 Thread Sergey Ryazanov
On Thu, May 27, 2021 at 11:18 AM Denis Kalashnikov wrote: > From: Denis Kalashnikov > > This is a slighty modified version of ar71xx gpio-latch driver > written by Gabor Juhos . > > Changes: > * DTS support, > * New gpio API (gpiod_*). > > Signed-off-by: Denis Kalashnikov Reviewed-by: Sergey

Re: download: regression with USE_SOURCE_DIR and non-tarball packages?

2021-06-15 Thread Petr Štetiar
Lukas Zeller [2021-06-14 14:11:27]: Hi, > For packages with PKG_SOURCE_PROTO=git the new line in package.mk > `$(DL_DIR)/$(FILE): FORCE` forces re-cloning the upstream repo and thus > rebuilding the entire package every time. yes, it would do that in case PKG_MIRROR_HASH is invalid and this

Re: ip rule processing partly broken (21.02 and Master)

2021-06-15 Thread M Rubon
Interesting. When I install ip-tiny I see the rule displaying correctly. I have also checked and it appears ip-tiny was installed in my 19.07 systems, likely as a dependent package, so that is why it displays correctly there. I will add the information to by bug report and close it on the