From: Gustavo Zacarias Date: Wed, 6 Feb 2013 08:43:25 +0000 (+0000) Subject: toolchain/kernel-headers: not just 2.6 for manual version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c82bc107b77aec933c414da1d3648fc5eda096bf;p=buildroot.git toolchain/kernel-headers: not just 2.6 for manual version The manual linux headers option may specify versions other than the 2.6 series, so drop the "2.6" Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 710dd13b4d..38e051f924 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)"