armbian-next: drivers-harness: include the revert-IPX patch as a "driver" before all others

This commit is contained in:
Ricardo Pardini
2023-01-04 15:34:10 +01:00
parent c18357fe56
commit b8e595aef4
3 changed files with 13 additions and 12 deletions

View File

@@ -148,17 +148,6 @@ function prepare_extra_kernel_drivers() {
fi
#
# Returning headers needed for some wireless drivers
#
if linux-version compare "${version}" ge 5.4 && [ $EXTRAWIFI == yes ]; then
display_alert "Adding" "Missing headers" "info"
process_patch_file "${SRC}/patch/misc/wireless-bring-back-headers.patch" "applying"
fi
#
# mac80211 wireless driver injection features from Kali Linux
#