mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-24 01:26:43 +07:00
sun50iw9: current: Bump to linux-5.16
This commit is contained in:
5
external/config/boards/orangepizero2-b.conf
vendored
5
external/config/boards/orangepizero2-b.conf
vendored
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
8143
external/config/kernel/linux-5.16-sun50iw9-current.config
vendored
Normal file
8143
external/config/kernel/linux-5.16-sun50iw9-current.config
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user