aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJesper Juhl2005-11-13 18:07:44 -0600
committerLinus Torvalds2005-11-13 20:14:17 -0600
commit6ad44229ec85b3938a313a325f0449e23eac8aac (patch)
treea873ea0b48a047824d277efa77411dee3575ab20 /README
parent3f39894d1b5c253b10fcb8fbbbcf65a330f6cdc7 (diff)
downloadkernel-omap-6ad44229ec85b3938a313a325f0449e23eac8aac.tar.gz
kernel-omap-6ad44229ec85b3938a313a325f0449e23eac8aac.tar.xz
kernel-omap-6ad44229ec85b3938a313a325f0449e23eac8aac.zip
[PATCH] README: add info about -stable to README and point at applying-patches.txt
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 4ee7dda88ba3..61c4f7429233 100644
--- a/README
+++ b/README
@@ -81,6 +81,11 @@ INSTALLING the kernel:
81 failed patches (xxx# or xxx.rej). If there are, either you or me has 81 failed patches (xxx# or xxx.rej). If there are, either you or me has
82 made a mistake. 82 made a mistake.
83 83
84 Unlike patches for the 2.6.x kernels, patches for the 2.6.x.y kernels
85 (also known as the -stable kernels) are not incremental but instead apply
86 directly to the base 2.6.x kernel. Please read
87 Documentation/applying-patches.txt for more information.
88
84 Alternatively, the script patch-kernel can be used to automate this 89 Alternatively, the script patch-kernel can be used to automate this
85 process. It determines the current kernel version and applies any 90 process. It determines the current kernel version and applies any
86 patches found. 91 patches found.