diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-07-14 09:28:24 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-15 00:57:38 +0200 |
commit | 9308ac18687c016f654598ac55b15a9957562956 (patch) | |
tree | 5a2c1b52aab07da6aed73fead8ca8ac399503c6d | |
parent | 8dfbaf20f546024acb8a03a82e676c7547c64ae6 (diff) | |
download | buildroot-novena-9308ac18687c016f654598ac55b15a9957562956.tar.gz buildroot-novena-9308ac18687c016f654598ac55b15a9957562956.zip |
kernel-headers: bump 3.2.x stable version
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | toolchain/kernel-headers/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index c14717fc7..ac16c7fdd 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -66,7 +66,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "2.6.39.4" if BR2_KERNEL_HEADERS_2_6_39 default "3.0.36" if BR2_KERNEL_HEADERS_3_0 default "3.1.10" if BR2_KERNEL_HEADERS_3_1 - default "3.2.22" if BR2_KERNEL_HEADERS_3_2 + default "3.2.23" if BR2_KERNEL_HEADERS_3_2 default "3.3.8" if BR2_KERNEL_HEADERS_3_3 default "3.4.4" if BR2_KERNEL_HEADERS_3_4 default "2.6" if BR2_KERNEL_HEADERS_SNAP |