Skip to content

Commit 829dc3f

Browse files
committed
Fixing breakage of sunxi64 edge
1 parent a7f9180 commit 829dc3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/sources/families/sun55iw3.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ declare -g BOOTBRANCH="${BOOTBRANCH:-"branch:master"}"
1919
declare -g BOOTENV_FILE='sunxi.txt'
2020
declare -g UBOOT_TARGET_MAP="${UBOOT_TARGET_MAP:-BINMAN_ALLOW_MISSING=1;;u-boot-sunxi-with-spl.bin}"
2121
declare -g OVERLAY_DIR="/boot/dtb/allwinner/overlay"
22-
declare -g LINUXFAMILY="sunxi64"
22+
declare -g LINUXFAMILY="sun55iw3"
23+
declare -g LINUXCONFIG="linux-sunxi64-${BRANCH}"
2324

2425
case "${BRANCH}" in
2526

0 commit comments

Comments
 (0)