reproduce: # https://github.com/frank-w/BPI-R2-4.14/commit/aad83baf67542c255dd49098681c16d231559056 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.17-rc git checkout aad83baf67542c255dd49098681c16d231559056 # 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=i386 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=i386 olddefconfig