diff --git a/linux/0001-s5p-mfc-enc-silence-failed-to-try-output-format.patch b/board/odroidxu4/0001-s5p-mfc-enc-silence-failed-to-try-output-format.patch similarity index 100% rename from linux/0001-s5p-mfc-enc-silence-failed-to-try-output-format.patch rename to board/odroidxu4/0001-s5p-mfc-enc-silence-failed-to-try-output-format.patch diff --git a/configs/odroidxu4_defconfig b/configs/odroidxu4_defconfig index 6f3808b498..e73879c400 100644 --- a/configs/odroidxu4_defconfig +++ b/configs/odroidxu4_defconfig @@ -13,6 +13,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/hardkernel/linux/archive/be592282a08a2493692448e365e46b52ac715b3f.tar.gz" +BR2_LINUX_KERNEL_PATCH="board/odroidxu4/0001-s5p-mfc-enc-silence-failed-to-try-output-format.patch" BR2_LINUX_KERNEL_DEFCONFIG="odroidxu4" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="exynos5422-odroidxu4"