diff options
Diffstat (limited to 'configs/cubieboard2_defconfig')
-rw-r--r-- | configs/cubieboard2_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/cubieboard2_defconfig b/configs/cubieboard2_defconfig index f277b72355..9511cba80d 100644 --- a/configs/cubieboard2_defconfig +++ b/configs/cubieboard2_defconfig @@ -1,8 +1,7 @@ BR2_arm=y BR2_cortex_a7=y BR2_ARM_FPU_NEON_VFPV4=y -BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="4.3.3" +# Linux headers same as kernel, a 4.3 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_3=y BR2_TARGET_GENERIC_HOSTNAME="Cubieboard2" BR2_TARGET_GENERIC_ISSUE="Welcome to Cubieboard2!" |