diff options
author | Mcgrof <anonymous.contributor@example.org> | 2013-07-30 10:57:06 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:32 -0400 |
commit | f13cebdf170455894ab10742f186d6f5e9ad08bf (patch) | |
tree | 061af1a0d7b227e6872e35fc0e8fcce86bc2ba56 | |
parent | cc78dfaa95044b1ca59e0de9754c68bb280e7a96 (diff) | |
download | backports-f13cebdf170455894ab10742f186d6f5e9ad08bf.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 9f6aeeb..8678306 100644 --- a/wiki/Documentation.mediawiki +++ b/wiki/Documentation.mediawiki @@ -6,7 +6,7 @@ The Linux kernel backports project aims at backporting Linux '''upstream''' devi <h2>Release types</h2> -Both daily snapshots based on [http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git linux-next], and stable releases based [http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git Linux's stable releases] are provided. Always use the latest ''stable'' available release unless you need a feature / fix only currently available on the linux-next based release. A backports-3.10 release means device drivers from the Linux v3.10 release have been taken, backported and made available for you to use on '''any''' kernel you may be on from 2.6.24 - on. +Both daily snapshots based on [http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git linux-next], and stable releases based [http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git Linux's stable releases] are provided. Always use the latest ''stable'' available release unless you need a feature / fix only currently available on the linux-next based release. A backports-3.x release means device drivers from the Linux v3.x release have been taken, backported and made available for you to use on '''any''' kernel you may be on from 2.6.24 - 3.(x-1). <h2>Currently backported subsystems</h2> |