[PATCH] blockd: restore device_move semantics

2022-04-12 Thread Daniel Golle
Before commit 4963db4 block device were only removed and re-added in case of device_move() returning a non-zero value. Commit 4963db4 then (supposedly) accidentally inverted that logic and also (probably to work-around the problems resulting from the now inverted logic) limited this behavior to aut

Broken PCI wlan chip on latest firmware

2022-04-12 Thread Enrico Mioso
Hello!! Unfrotunately, on latest snapshot bea01fa57f5c9c333138bbbc5c9f83b9d7553fb5 the PCI wlan chip on the device does not appear. Any hints? I suspect this could be related to latest commits changing calibration related things. Attached list of packages + dmesg. $ ssh root@192.168.1.240 Bu

Re: Seperating firmware-utils into seperate repo

2022-04-12 Thread Joseph Mullally
> Most in-house OpenWrt packages are actually stored in their > own git repo, see https://git.openwrt.org/ down in the > /project/something_something.git > > -Alberto Thanks for the good suggestions Alberto. I still think it will be a messy process for most new device contributors (where a lot of

[PATCH v2] build: target: improve UX of CONFIG_TARGET handling

2022-04-12 Thread Petr Štetiar
Make it clear, that for `make kernel_{menu,old}config` it's possible to use only following values for CONFIG_TARGET variable: * env * target * subtarget * subtarget_target This should prevent misuse like `make kernel_menuconfig CONFIG_TARGET=bcm2710` etc. Keep support for obsolete `platform`

[PATCH 3/5] kernel: usb-net-smsc95xx: fix 5.15 dependency

2022-04-12 Thread Petr Štetiar
armvirt/64 when compiled with ALL_KMODS=y reports following: Package kmod-usb-net-smsc95xx is missing dependencies for the following libraries: libphy.ko Signed-off-by: Petr Štetiar --- package/kernel/linux/modules/usb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pa

[PATCH 4/5] kernel: netdevices: add generic selftests module

2022-04-12 Thread Petr Štetiar
Upstream in commit 3e1e58d64c3d ("net: add generic selftest support") in version 5.13 added generic selftests module and usb-net-asix already depends on it, in version 5.18 via commit 1710b52d7c13 ("net: usb: smsc95xx: add generic selftest support") it will be used by usb-net-smsc95xx as well. Sig

[PATCH 5/5] kernel: usb-net-asix: fix 5.15 dependency

2022-04-12 Thread Petr Štetiar
Upstream in commit 34a1dee6bc44 ("net: usb: asix: ax88772: add generic selftest support") in version 5.14 added dependency on generic selftest functionality and armvirt/64 when compiled with ALL_KMODS=y reports following: Package kmod-usb-net-asix is missing dependencies for the following librari

[PATCH 2/5] kernel: mdio-devres: fix of-mdio dependency

2022-04-12 Thread Petr Štetiar
armvirt/64 when compiled with ALL_KMODS=y reports following: Package kmod-mdio-devres is missing dependencies for the following libraries: of_mdio.ko Signed-off-by: Petr Štetiar --- package/kernel/linux/modules/netdevices.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[PATCH 1/5] kernel: of-mdio: fix 5.15 fwnode_mdio dependency

2022-04-12 Thread Petr Štetiar
Upstream in commit bc1bee3b87ee ("net: mdiobus: Introduce fwnode_mdiobus_register_phy()") in version 5.14 introduced new dependency: Package kmod-of-mdio is missing dependencies for the following libraries: fwnode_mdio.ko Signed-off-by: Petr Štetiar --- package/kernel/linux/modules/netdevic