mirror of
https://github.com/armbian/build.git
synced 2025-09-14 18:21:02 +02:00
With this change, setting EXTRAWIFI=no will disable all wireless patches applied within drivers_network.sh script. Also since #5265 the rtl88x2cs patches were suppose to be not applied to 6.1+ kernel onwards, instead they were disabled entirely. As this was done by adding EXTRAWIFI=no, its now replaced with kernel version limit. Keeping EXTRAWIFI=no there would have made those patches to apply which would have changed the meaning of the flag.