| Submitter | Gustavo Zacarias |
|---|---|
| Date | Feb. 6, 2013, 6:43 p.m. |
| Message ID | <1360176205-12224-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/218715/ |
| State | Accepted |
| Commit | c82bc107b77aec933c414da1d3648fc5eda096bf |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> The manual linux headers option may specify versions other
Gustavo> than the 2.6 series, so drop the "2.6"
Committed, thanks.
Patch
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 710dd13..38e051f 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -43,7 +43,7 @@ choice bool "Linux 3.7.x kernel headers" config BR2_KERNEL_HEADERS_VERSION - bool "Linux 2.6 (manually specified version)" + bool "Manually specified Linux version" config BR2_KERNEL_HEADERS_SNAP bool "Local Linux snapshot (linux-2.6.tar.bz2)"
The manual linux headers option may specify versions other than the 2.6 series, so drop the "2.6" Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- toolchain/kernel-headers/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)