M7350/external/compat-wireless/enable-older-kernels/README

13 lines
744 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
compat-wireless as a whole aims to always be compiled and used with the
2024-09-09 08:52:07 +00:00
oldest stable kernel supported by kernel.org. This will be the oldest
stable kernel on the 2.6. series listed on the kernel.org front page.
Sometimes we'll go even beyond that.
2024-09-09 08:57:42 +00:00
Backporting compat-wireless involves backporting some subsystems but
2024-09-09 08:52:07 +00:00
at times we may want to support compiling only certain drivers on older
kernels since its easier to backport some subsystems. Such is the case
with PCI drivers. This directly exists to allow developers enable
2024-09-09 08:57:42 +00:00
compilation of compat-wireless on older drivers using ./scripts/driver-select
2024-09-09 08:52:07 +00:00
Upon selection of a driver a patch from this directly will be applied to
allow further compilation of one driver onto even older kernels.