sun50iw9: current: Bump to linux-5.16

This commit is contained in:
orangepi-xunlong
2022-04-01 15:45:31 +08:00
parent eef0dcda0d
commit a04f4b6395
4 changed files with 8158 additions and 4 deletions

View File

@@ -3,5 +3,8 @@ BOARD_NAME="OPI Zero2 B"
BOARDFAMILY="sun50iw9"
BOOTCONFIG="orangepi_zero2_b_defconfig"
KERNEL_TARGET="legacy,current"
MODULES="uwe5622_bsp_sdio sprdwl_ng sprdbt_tty"
MODULES_LEGACY="uwe5622_bsp_sdio sprdwl_ng sprdbt_tty"
MODULES_CURRENT="sprdwl_ng sprdbt_tty"
MODULES_BLACKLIST_LEGACY="bcmdhd"
DISTRIB_TYPE_LEGACY="buster focal"
DISTRIB_TYPE_CURRENT="bullseye bookworm focal jammy"

View File

@@ -3,5 +3,8 @@ BOARD_NAME="OPI Zero2 LTS"
BOARDFAMILY="sun50iw9"
BOOTCONFIG="orangepi_zero2_lts_defconfig"
KERNEL_TARGET="legacy,current"
MODULES="uwe5622_bsp_sdio sprdwl_ng sprdbt_tty"
MODULES_LEGACY="uwe5622_bsp_sdio sprdwl_ng sprdbt_tty"
MODULES_CURRENT="sprdwl_ng sprdbt_tty"
MODULES_BLACKLIST_LEGACY="bcmdhd"
DISTRIB_TYPE_LEGACY="buster focal"
DISTRIB_TYPE_CURRENT="bullseye bookworm focal jammy"

File diff suppressed because it is too large Load Diff

View File

@@ -37,9 +37,14 @@ case $BRANCH in
UBOOT_TARGET_MAP=';;u-boot-sunxi-with-spl.bin'
BOOTBRANCH='branch:v2021.07-sunxi'
BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'
KERNELBRANCH='branch:orange-pi-5.13-sunxi64'
LINUXCONFIG='linux-5.13-sunxi64'
ASOUND_STATE='asound.state.sun50iw9-current'
#KERNELBRANCH='branch:orange-pi-5.13-sunxi64'
#LINUXCONFIG='linux-5.13-sunxi64'
KERNELBRANCH="branch:orange-pi-5.16-sunxi64"
LINUXCONFIG="linux-5.16-sun50iw9-current"
;;
esac