Skip to content

Commit

Permalink
Add uEnv.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Mar 20, 2022
1 parent 1d7c915 commit 614ec95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,10 @@ refactor_files() {
# Edit the uEnv.txt (s912-t95z-plus is /boot/extlinux/extlinux.conf)
if [[ "${soc}" == *s912-t95z* ]]; then
boot_conf_file="extlinux/extlinux.conf"
cp -rf ${configfiles_path}/patches/boot/s912-t95z-plus/* . && sync
cp -rf ${configfiles_path}/patches/bootfs/extlinux .
else
boot_conf_file="uEnv.txt"
cp -f ${configfiles_path}/patches/bootfs/uEnv.txt .
fi
#
[ -f "${boot_conf_file}" ] || error_msg "The [ ${boot_conf_file} ] file does not exist."
Expand Down

0 comments on commit 614ec95

Please sign in to comment.