mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Create a hard link for sun7i-a20-cubieboard2.dtb to allow the
cubieboard2 to find the correct dtb file. MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
231ad771d9
commit
dc09cfbf08
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ arm_install_uboot() {
|
|||
chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr ${FATMOUNT}/ubldr
|
||||
chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr.bin \
|
||||
${FATMOUNT}/ubldr.bin
|
||||
chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/cubieboard2.dtb \
|
||||
${UFSMOUNT}/boot/dtb/sun7i-a20-cubieboard2.dtb
|
||||
chroot ${CHROOTDIR} touch ${UFSMOUNT}/firstboot
|
||||
sync
|
||||
umount_loop ${CHROOTDIR}/${FATMOUNT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue