| Submitter | Gustavo Zacarias |
|---|---|
| Date | July 31, 2012, 9:13 p.m. |
| Message ID | <1343769195-25220-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/174336/ |
| State | Accepted |
| Headers | show |
Comments
Le Tue, 31 Jul 2012 18:13:05 -0300,
Gustavo Zacarias <gustavo@zacarias.com.ar> a écrit :
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Applied all 11 patches, after fixing minor conflicts on the Microblaze
configs due to the device tree changes.
It would be great it you could check that the device tree changes have
broken anything. I know the configs build, but I haven't tested them.
Thanks!
Thomas
Patch
diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index 514d299..96dd129 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -68,6 +68,6 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.1.10" if BR2_KERNEL_HEADERS_3_1 default "3.2.24" if BR2_KERNEL_HEADERS_3_2 default "3.3.8" if BR2_KERNEL_HEADERS_3_3 - default "3.4.6" if BR2_KERNEL_HEADERS_3_4 + default "3.4.7" if BR2_KERNEL_HEADERS_3_4 default "2.6" if BR2_KERNEL_HEADERS_SNAP default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- toolchain/kernel-headers/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)