]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain/kernel-headers: not just 2.6 for manual version
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 6 Feb 2013 08:43:25 +0000 (08:43 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 6 Feb 2013 21:38:18 +0000 (22:38 +0100)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/kernel-headers/Config.in

index 710dd13b4d26b718f1ee3ae26c14ed2373e21562..38e051f92429812ef500fb480eaceb3f3395e1d7 100644 (file)
@@ -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)"