Skip to content

Commit

Permalink
Update device options
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Mar 3, 2023
1 parent 298600b commit 14a4974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ r402 :L1-Pro :rk3328 :rk3328-l1pro-1296mhz.dtb
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+----------------+-------
# 1.ID 2.MODEL 3.SOC 4.FDTFILE 5.SPL_LOAD_ADDRESS 6.MAINLINE_UBOOT 7.BOOTLOADER_IMG 8.KERNEL_BRANCH 9.PLATFORM 10.FAMILY 11.BOOT_CONF 12.BOARD 13.BUILD
#-------+----------------------------+---------+---------------------------------------+-----------------------------+------------------------------------+--------------------------------+----------------+-----------+--------------+----------------+----------------+-------
w101 :Vplus-Cloud :h6 :sun50i-h6-vplus-cloud.dtb :latest :NA :u-boot-sunxi-with-spl.bin :stable :allwinner :sun50i-h6 :uEnv.txt :vplus :yes
w101 :Vplus-Cloud :h6 :sun50i-h6-vplus-cloud.dtb :latest :NA :u-boot-sunxi-with-spl.bin :stable :allwinner :sun50i-h6 :armbianEnv.txt :vplus :yes
w102 :TQC-A01 :h6 :sun50i-h6-tqc-a01.dtb :latest :NA :u-boot-sunxi-with-spl.bin :stable :allwinner :sun50i-h6 :armbianEnv.txt :tqc-a01 :yes
w103 :Tanix-TX6 :h6 :sun50i-h6-tanix-tx6.dtb :latest :NA :u-boot-sunxi-with-spl.bin :stable :allwinner :sun50i-h6 :extlinux.conf :tanix-tx6 :yes

Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ copy_bootfs() {
}

# Update [ /boot/extlinux/extlinux.conf ] settings
boot_extlinux_file="${DIR_INSTALL}/extlinux/extlinux.conf.bak"
boot_extlinux_file="${DIR_INSTALL}/extlinux/extlinux.conf"
[[ -f "${boot_extlinux_file}" ]] && {
echo -e "${INFO} Update the [ extlinux.conf ] file."
BOOT_CONF="extlinux.conf"
Expand Down

0 comments on commit 14a4974

Please sign in to comment.