diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-08-16 14:14:11 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-08-27 22:41:35 +0200 |
commit | be1a44df5a615e4fbb335582e620ebebe430a7e9 (patch) | |
tree | 98462b2565d65ad5908c06efbc578cc9ca5f6e29 /configs/freescale_p1010rdb_defconfig | |
parent | 0be2fe9a8c07d1f58ca9eb288cb75aaae40550cd (diff) | |
download | buildroot-be1a44df5a615e4fbb335582e620ebebe430a7e9.tar.gz buildroot-be1a44df5a615e4fbb335582e620ebebe430a7e9.zip |
configs/p1010rdb: bump to the latest and greatest versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/freescale_p1010rdb_defconfig')
-rw-r--r-- | configs/freescale_p1010rdb_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/freescale_p1010rdb_defconfig b/configs/freescale_p1010rdb_defconfig index 9ee541fb67..21554d57ff 100644 --- a/configs/freescale_p1010rdb_defconfig +++ b/configs/freescale_p1010rdb_defconfig @@ -15,9 +15,9 @@ BR2_KERNEL_HEADERS_3_8=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.8" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.7" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/p1010rdb/linux-3.8.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/p1010rdb/linux-3.10.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="p1010rdb" @@ -30,4 +30,4 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="P1010RDB_NOR" BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.04" +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.07" |