Files
openwrt/package/kernel/linux/modules
Tony Ambardar 66fd9acf50 kernel: 5.10: add missing dependency in kmod-mdio-devres
Add conditional dependency on kmod-of-mdio due to mdio_devres.c code:
  #if IS_ENABLED(CONFIG_OF_MDIO)
  ...
  EXPORT_SYMBOL(devm_of_mdiobus_register);
  #endif /* CONFIG_OF_MDIO */

Fixes: 95a3741d17 ("kernel: support new mdio_devres.ko module in 5.10")
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2021-03-19 14:02:47 +00:00
..
2021-02-23 20:13:22 +01:00
2018-02-13 11:48:49 +01:00
2021-02-23 20:13:22 +01:00
2020-06-27 00:19:13 +02:00
2021-02-16 20:06:51 +01:00
2017-02-20 09:13:52 +01:00
2021-03-01 00:34:23 +01:00
2018-02-09 10:29:07 +01:00
2020-08-21 11:46:13 +02:00