]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/compat-wireless.git/blob - enable-older-kernels/README
Add support for driver-select to enable older kernels
[wl12xx/compat-wireless.git] / enable-older-kernels / README
1 compat-wireless as a whole aims to always be compiled and used with the
2 oldest stable kernel supported by kernel.org. This will be the oldest
3 stable kernel on the 2.6. series listed on the kernel.org front page.
4 Sometimes we'll go even beyond that.
6 Backporting compat-wireless involves backporting some subsystems but
7 at times we may want to support compiling only certain drivers on older
8 kernels since its easier to backport some subsystems. Such is the case
9 with PCI drivers. This directly exists to allow developers enable
10 compilation of compat-wireless on older drivers using ./scripts/driver-select
11 Upon selection of a driver a patch from this directly will be applied to
12 allow further compilation of one driver onto even older kernels.