reproduce: # https://github.com/frank-w/BPI-R2-4.14/commit/f0ce78d2e4b38db43728486f89ba62749d9488c8 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-r4pro git checkout f0ce78d2e4b38db43728486f89ba62749d9488c8 # 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_AIROHA -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