diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-10-18 10:45:35 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-19 23:20:00 +0200 |
commit | 25f74ee8808e89b137aac58d009e9ba8961e3f7c (patch) | |
tree | 10e115f537995a82547b44b71b5713821b801edf | |
parent | 813ce18de92e2dd79d20b4d315124846017ab171 (diff) | |
download | buildroot-25f74ee8808e89b137aac58d009e9ba8961e3f7c.tar.gz buildroot-25f74ee8808e89b137aac58d009e9ba8961e3f7c.zip |
configs/mpc8315erdb: bump to the latest and greatest versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | board/freescale/mpc8315erdb/linux-3.11.config (renamed from board/freescale/mpc8315erdb/linux-3.10.config) | 0 | ||||
-rw-r--r-- | configs/freescale_mpc8315erdb_defconfig | 11 |
2 files changed, 6 insertions, 5 deletions
diff --git a/board/freescale/mpc8315erdb/linux-3.10.config b/board/freescale/mpc8315erdb/linux-3.11.config index 120314c2a1..120314c2a1 100644 --- a/board/freescale/mpc8315erdb/linux-3.10.config +++ b/board/freescale/mpc8315erdb/linux-3.11.config diff --git a/configs/freescale_mpc8315erdb_defconfig b/configs/freescale_mpc8315erdb_defconfig index 12bb70e09c..dc4c810210 100644 --- a/configs/freescale_mpc8315erdb_defconfig +++ b/configs/freescale_mpc8315erdb_defconfig @@ -10,15 +10,16 @@ BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE=0x200 BR2_TARGET_ROOTFS_JFFS2_CUSTOM_EBSIZE=0x4000 BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y -# Lock to 3.8 headers to avoid breaking with newer kernels -BR2_KERNEL_HEADERS_3_8=y +# Lock headers version to match and avoid breakage +BR2_KERNEL_HEADERS_VERSION=y +BR2_DEFAULT_KERNEL_VERSION="3.11.5" # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.10.7" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.11.5" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/mpc8315erdb/linux-3.10.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/freescale/mpc8315erdb/linux-3.11.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="mpc8315erdb" @@ -31,4 +32,4 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="MPC8315ERDB_NAND" BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.07" +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.10" |