diff options
Diffstat (limited to 'configs/pandaboard_defconfig')
-rw-r--r-- | configs/pandaboard_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig index 9496b7f8e..95cfdd6ea 100644 --- a/configs/pandaboard_defconfig +++ b/configs/pandaboard_defconfig @@ -11,8 +11,13 @@ BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set +# Lock to 3.8 headers to avoid breaking with newer kernels +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.11" BR2_LINUX_KERNEL_DEFCONFIG="omap2plus" # GCC |