diff options
-rw-r--r-- | configs/orangepi_lite2_defconfig | 4 | ||||
-rw-r--r-- | configs/orangepi_one_plus_defconfig | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/orangepi_lite2_defconfig b/configs/orangepi_lite2_defconfig index 2d4ae70eab..c6be1c46b4 100644 --- a/configs/orangepi_lite2_defconfig +++ b/configs/orangepi_lite2_defconfig @@ -2,8 +2,8 @@ BR2_aarch64=y BR2_cortex_a53=y BR2_ARM_FPU_VFPV4=y -# Linux headers same as kernel, a 4.18 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_18=y +# Linux headers same as kernel, a 4.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y # Firmware BR2_TARGET_ARM_TRUSTED_FIRMWARE=y diff --git a/configs/orangepi_one_plus_defconfig b/configs/orangepi_one_plus_defconfig index 30c422efc2..1084d42233 100644 --- a/configs/orangepi_one_plus_defconfig +++ b/configs/orangepi_one_plus_defconfig @@ -2,8 +2,8 @@ BR2_aarch64=y BR2_cortex_a53=y BR2_ARM_FPU_VFPV4=y -# Linux headers same as kernel, a 4.18 series -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_18=y +# Linux headers same as kernel, a 4.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y # Firmware BR2_TARGET_ARM_TRUSTED_FIRMWARE=y |