Set correct boot script for modern kernels
This commit is contained in:
parent
147a9d19f8
commit
907d427818
@ -7,6 +7,6 @@ MODULES_BLACKLIST="lima"
|
||||
DEFAULT_CONSOLE="serial"
|
||||
BUILD_DESKTOP="no"
|
||||
SERIALCON="ttyS0"
|
||||
KERNEL_TARGET="legacy,edge"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools"
|
||||
FORCE_BOOTSCRIPT_UPDATE="yes"
|
||||
|
||||
@ -44,7 +44,7 @@ case $BRANCH in
|
||||
ATFBRANCH='branch:master'
|
||||
ATF_PLAT="sun50i_h616";
|
||||
ATF_TARGET_MAP='PLAT=sun50i_h616 DEBUG=1 bl31;;build/sun50i_h616/debug/bl31.bin'
|
||||
LINUXCONFIG='linux-sunxi64-edge'
|
||||
BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -370,7 +370,8 @@ orangepizero edge jammy cli s
|
||||
# orangepizero2
|
||||
orangepizero2 legacy bullseye cli stable adv
|
||||
orangepizero2 legacy focal cli stable adv
|
||||
orangepizero2 edge focal cli stable yes
|
||||
orangepizero2 current focal cli stable yes
|
||||
orangepizero2 edge jammy cli stable yes
|
||||
|
||||
|
||||
# orangepizeroplus
|
||||
|
||||
Loading…
Reference in New Issue
Block a user