From 0eded4b25dbd3ea70640a2ed72755c4ff95b31c9 Mon Sep 17 00:00:00 2001 From: marius Date: Fri, 1 Sep 2017 19:11:47 +0000 Subject: Fix a typo in the hard link creation for a WANDBOARD DTB file. Just like r322666 which introduced this bug, this is a direct commit to stable/10. Approved by: re (kib) --- release/arm/WANDBOARD.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/arm/WANDBOARD.conf b/release/arm/WANDBOARD.conf index 02e40809..a73e7d1 100644 --- a/release/arm/WANDBOARD.conf +++ b/release/arm/WANDBOARD.conf @@ -33,7 +33,7 @@ arm_install_uboot() { ${FATMOUNT}/ubldr.bin chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6dl-wandboard.dtb \ ${UFSMOUNT}/boot/dtb/imx6dl-wandboard-revb1.dtb - chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6q-wandboard.dtb + chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6q-wandboard.dtb \ ${UFSMOUNT}/boot/dtb/imx6q-wandboard-revb1.dtb chroot ${CHROOTDIR} touch ${UFSMOUNT}/firstboot sync -- cgit v1.1