reproduce: # https://github.com/frank-w/BPI-R2-4.14/commit/aebd97da22e97c7db6c7d44e5c6f79c63f9819b2 git remote add frank-w-bpi-r2-4.14 https://github.com/frank-w/BPI-R2-4.14 git fetch --no-tags frank-w-bpi-r2-4.14 6.16-rsslro git checkout aebd97da22e97c7db6c7d44e5c6f79c63f9819b2 # choose either of the following two methods to reproduce the issue # 1. reproduce by kismet # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md kismet --linux-ksrc=linux --selectees CONFIG_FWNODE_PCS --selectors CONFIG_PCS_MTK_USXGMII -a=alpha # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=alpha olddefconfig