From: Paulius Zaleckas <paulius.zaleckas@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Fix 2.6.36 kernel version in menuconfig string
Date: Mon, 25 Oct 2010 14:26:15 +0300 [thread overview]
Message-ID: <20101025112615.12023.17661.stgit@localhost.localdomain> (raw)
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index ccbe2b0..ef35827 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -39,7 +39,7 @@ choice
bool "Linux 2.6.35.x kernel headers"
config BR2_KERNEL_HEADERS_2_6_36
- bool "Linux 2.6.35.x kernel headers"
+ bool "Linux 2.6.36.x kernel headers"
config BR2_KERNEL_HEADERS_VERSION
bool "Linux 2.6 (manually specified version)"
next reply other threads:[~2010-10-25 11:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-25 11:26 Paulius Zaleckas [this message]
2010-10-25 11:33 ` [Buildroot] [PATCH] Fix 2.6.36 kernel version in menuconfig string Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101025112615.12023.17661.stgit@localhost.localdomain \
--to=paulius.zaleckas@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.