| Submitter | Gustavo Zacarias |
|---|---|
| Date | Oct. 10, 2012, 2:25 p.m. |
| Message ID | <1349879106-23914-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/190650/ |
| State | Accepted |
| Commit | 62381c94c7db632a2043b9ebd8c943403af2297d |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
Patch
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 534317e..f111c11 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -69,7 +69,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "2.6.39.4" if BR2_KERNEL_HEADERS_2_6_39 default "3.0.45" if BR2_KERNEL_HEADERS_3_0 default "3.1.10" if BR2_KERNEL_HEADERS_3_1 - default "3.2.30" if BR2_KERNEL_HEADERS_3_2 + default "3.2.31" if BR2_KERNEL_HEADERS_3_2 default "3.3.8" if BR2_KERNEL_HEADERS_3_3 default "3.4.13" if BR2_KERNEL_HEADERS_3_4 default "3.5.6" if BR2_KERNEL_HEADERS_3_5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- toolchain/kernel-headers/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)