Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/boards/bananapim4zero.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ BOOTCONFIG="bananapi_m4zero_defconfig"
OVERLAY_PREFIX="sun50i-h616"
BOOT_LOGO="desktop"
KERNEL_TARGET="current,edge"
MODULES_BLACKLIST="rtw88_8821c rtw88_8821cu"
FORCE_BOOTSCRIPT_UPDATE="yes"
BOOTBRANCH_BOARD="tag:v2024.01"
BOOTPATCHDIR="v2024.01"
Expand Down
2 changes: 1 addition & 1 deletion config/kernel/linux-sunxi64-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@ CONFIG_WFX=m
# CONFIG_RTL8723DU is not set
# CONFIG_RTL8723DS is not set
# CONFIG_RTL8822BU is not set
# CONFIG_RTL8821CU is not set
CONFIG_RTL8821CU=m
CONFIG_XRADIO=m
CONFIG_XRADIO_NON_POWER_OF_TWO_BLOCKSIZES=y
# CONFIG_XRADIO_5GHZ_SUPPORT is not set
Expand Down
2 changes: 1 addition & 1 deletion config/kernel/linux-sunxi64-edge.config
Original file line number Diff line number Diff line change
Expand Up @@ -2908,7 +2908,7 @@ CONFIG_WFX=m
# CONFIG_RTL8723DU is not set
# CONFIG_RTL8723DS is not set
# CONFIG_RTL8822BU is not set
# CONFIG_RTL8821CU is not set
CONFIG_RTL8821CU=m
CONFIG_XRADIO=m
CONFIG_XRADIO_NON_POWER_OF_TWO_BLOCKSIZES=y
# CONFIG_XRADIO_5GHZ_SUPPORT is not set
Expand Down