svn commit: r323113 - stable/10/release/arm

Marius Strobl marius at FreeBSD.org
Fri Sep 1 19:11:49 UTC 2017


Author: marius
Date: Fri Sep  1 19:11:47 2017
New Revision: 323113
URL: https://svnweb.freebsd.org/changeset/base/323113

Log:
  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)

Modified:
  stable/10/release/arm/WANDBOARD.conf

Modified: stable/10/release/arm/WANDBOARD.conf
==============================================================================
--- stable/10/release/arm/WANDBOARD.conf	Fri Sep  1 18:53:36 2017	(r323112)
+++ stable/10/release/arm/WANDBOARD.conf	Fri Sep  1 19:11:47 2017	(r323113)
@@ -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


More information about the svn-src-all mailing list