diff options
author | 2013-11-05 09:03:30 -0300 | |
---|---|---|
committer | 2013-11-05 23:55:06 +0100 | |
commit | 2fb436660c07c1d6eb0d189b1778c2e573be1b63 (patch) | |
tree | caab5893dcda93f6f8e0a2eef509712dd01da1d1 /configs | |
parent | ad142f3a2f6b381fdd602d0031477cd3715990a2 (diff) | |
download | buildroot-2fb436660c07c1d6eb0d189b1778c2e573be1b63.tar.gz buildroot-2fb436660c07c1d6eb0d189b1778c2e573be1b63.tar.bz2 |
configs/p1010rdb: bump to the latest and greatest versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs')
-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 76a0be2161..0a727c4deb 100644 --- a/configs/freescale_p1010rdb_defconfig +++ b/configs/freescale_p1010rdb_defconfig @@ -11,14 +11,14 @@ BR2_TARGET_ROOTFS_JFFS2_CUSTOM_EBSIZE=0x20000 # Lock headers version to match and avoid breakage BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.11.5" +BR2_DEFAULT_KERNEL_VERSION="3.12" # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.5" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.12" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/p1010rdb/linux-3.11.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/p1010rdb/linux-3.12.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="p1010rdb" |