Skip to content

Commit 8faaa91

Browse files
committed
config: align regarding recent Realtek mainline WiFi drivers
and cmdline: * consoleblank=0 is default since Linux 4.12. * We add fsck.repair=yes since DietPi v9.18. Signed-off-by: MichaIng <micha@dietpi.com>
1 parent f23a468 commit 8faaa91

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

dietpi_visionfive2_defconfig

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,36 @@ CONFIG_RPMSG_VIRTIO=y
442442
CONFIG_RTC_CLASS=y
443443
CONFIG_RTC_DRV_GOLDFISH=y
444444
CONFIG_RTC_DRV_STARFIVE=y
445+
CONFIG_RTW88=m
446+
CONFIG_RTW88_8723CS=m
447+
CONFIG_RTW88_8723DE=m
448+
CONFIG_RTW88_8723DS=m
449+
CONFIG_RTW88_8723DU=m
450+
CONFIG_RTW88_8812AU=m
451+
CONFIG_RTW88_8814AE=m
452+
CONFIG_RTW88_8814AU=m
453+
CONFIG_RTW88_8821AE=m
454+
CONFIG_RTW88_8821AU=m
455+
CONFIG_RTW88_8821CE=m
456+
CONFIG_RTW88_8821CS=m
457+
CONFIG_RTW88_8821CU=m
458+
CONFIG_RTW88_8822BE=m
459+
CONFIG_RTW88_8822BS=m
460+
CONFIG_RTW88_8822BU=m
461+
CONFIG_RTW88_8822CE=m
462+
CONFIG_RTW88_8822CS=m
463+
CONFIG_RTW88_8822CU=m
464+
CONFIG_RTW89=m
465+
CONFIG_RTW89_8851BE=m
466+
CONFIG_RTW89_8851BU=m
467+
CONFIG_RTW89_8852AE=m
468+
CONFIG_RTW89_8852AU=m
469+
CONFIG_RTW89_8852BE=m
470+
CONFIG_RTW89_8852BTE=m
471+
CONFIG_RTW89_8852BU=m
472+
CONFIG_RTW89_8852CE=m
473+
CONFIG_RTW89_8852CU=m
474+
CONFIG_RTW89_8922AE=m
445475
CONFIG_SATA_AHCI=y
446476
CONFIG_SCHEDSTATS=y
447477
CONFIG_SCSI_VIRTIO=y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
label DietPi
22
linux /boot/vmlinuz-VERSION
33
fdt /usr/lib/linux-image-visionfive2/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
4-
append root=/dev/mmcblk1p1 rootfstype=ext4 rootwait earlycon=sbi console=ttyS0,115200 console=tty1 consoleblank=0 net.ifnames=0
4+
append root=/dev/mmcblk1p1 rootfstype=ext4 rootwait fsck.repair=yes earlycon=sbi console=ttyS0,115200 console=tty1 net.ifnames=0

0 commit comments

Comments
 (0)