armbian-build/lib/functions/compilation/patch
Ricardo Pardini b9056190b8 drivers_network rtl8812au: skip removal for odroidxu4/current so it patches OK again
```
# Brief detour. Turns out that HardKernel's vendor odroidxu4 kernel already has this driver
# "slipstreamed" into it, complete with a bunch of PDF files and other junk.
# See https://github.com/hardkernel/linux/tree/odroid-5.4.y/drivers/net/wireless/rtl8812au
# If we remove them here, the resulting patch will contain binary diffs which are unsupported by patch(1).
# So if building for the odroidxu4/current, we'll leave the original files in place, and just overwrite
# the possibly-updated source files (not PDFs and such). Thanks, HardKernel.
```
2023-06-14 15:32:14 +02:00
..
drivers_network.sh drivers_network rtl8812au: skip removal for odroidxu4/current so it patches OK again 2023-06-14 15:32:14 +02:00
drivers-harness.sh This add support for RTW88 SDIO driver via patches for 6.1/6.3 kernel 2023-06-01 08:10:45 +02:00
kernel-drivers.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
patching.sh patching: Patching Summary and Patching Failures tables using Python's Rich 2023-06-13 12:29:52 +02:00