immortalwrt/target
INAGAKI Hiroshi a2ecefbf06 realtek: fix kernel panic in DSA driver for 5.10
dsa_to_port function in 5.10 returns dsa_port from the port list in
dsa_switch_tree, but the tree is built when the switch is registered
by dsa_register_switch and it's null in rtl83xx_mdio_probe.

So, we need to use dsa_to_port after the registration of the switch.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2021-10-04 23:39:09 +08:00
..
imagebuilder imagebuilder: unset BINARY_FOLDER and DOWNLOAD_FOLDER in final archive 2021-05-09 00:35:59 +08:00
linux realtek: fix kernel panic in DSA driver for 5.10 2021-10-04 23:39:09 +08:00
sdk sdk: revert opde patch 2021-08-18 23:01:20 +08:00
toolchain build: improve ccache support 2021-01-02 12:08:17 +08:00
Config.in base-files: add generic sdcard upgrade method 2021-08-07 12:09:16 +08:00
Makefile