diff options
author | Mcgrof <anonymous.contributor@example.org> | 2013-07-16 10:15:36 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:32 -0400 |
commit | 76908f520a49ebbca904aa78e591f7eb54aaa45b (patch) | |
tree | 5602bf295cd6ebd9900aa471d54cb228626ffc1a | |
parent | b4faac9dfbabe5b67a7b404c6c56c13da40d8fb1 (diff) | |
download | backports-76908f520a49ebbca904aa78e591f7eb54aaa45b.tar.gz |
Update Documentation
-rw-r--r-- | wiki/Documentation.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Documentation.mediawiki b/wiki/Documentation.mediawiki index b924cdc..e3ad8c5 100644 --- a/wiki/Documentation.mediawiki +++ b/wiki/Documentation.mediawiki @@ -2,7 +2,7 @@ title: Documentation --- -The Linux kernel backports project aims at backporting Linux ''upstream'' device drivers for usage on older kernels. The point of the project is to provide a central mechanism for backporting device drivers for ''any'' subsystem and enable ''both'' users '''and''' developers to always focus on upstream Linux kernel development. The backports project shall '''never''' include proprietary drivers and by design does not allow usage of itself with proprietary drivers. Every backports release has been test compiled ''for usage'' against all supported kernels, currently 2.6.24 - latest. Note that Linux kernel releases can become deprecated. Right now we provide backport support for all kernels 2.6.24 up to the latest release inclusive even if a kernel is deprecated however you are encouraged to follow the best practices and at the '''very''' least be on a supported Linux kernel. Supported stable kernels are annotated on [http://kernel.org kernel.org]. +The Linux kernel backports project aims at backporting Linux '''upstream''' device drivers for usage on older kernels. The point of the project is to provide a central mechanism for backporting device drivers for ''any'' subsystem and enable ''both'' users '''and''' developers to always focus on upstream Linux kernel development. The backports project shall '''never''' include proprietary drivers and by design does not allow usage of itself with proprietary drivers. Every backports release has been test compiled ''for usage'' against all supported kernels, currently 2.6.24 - latest. Note that Linux kernel releases can become deprecated. Right now we provide backport support for all kernels 2.6.24 up to the latest release inclusive even if a kernel is deprecated however you are encouraged to follow the best practices and at the '''very''' least be on a supported Linux kernel. Supported stable kernels are annotated on [http://kernel.org kernel.org]. <h2>Release types</h2> |