diff --git a/6.1/target/linux/x86/config-6.1 b/6.1/target/linux/x86/config-6.1 index 004bf89e..9efb706a 100644 --- a/6.1/target/linux/x86/config-6.1 +++ b/6.1/target/linux/x86/config-6.1 @@ -182,6 +182,18 @@ CONFIG_EDAC=y # CONFIG_EDAC_DEBUG is not set CONFIG_EDAC_SUPPORT=y CONFIG_EDAC_LEGACY_SYSFS=y +CONFIG_EDAC_E752X=y +CONFIG_EDAC_I82975X=y +CONFIG_EDAC_I3000=y +CONFIG_EDAC_I3200=y +CONFIG_EDAC_IE31200=y +CONFIG_EDAC_X38=y +CONFIG_EDAC_I5400=y +CONFIG_EDAC_I7CORE=y +CONFIG_EDAC_I5000=y +CONFIG_EDAC_I5100=y +CONFIG_EDAC_I7300=y +CONFIG_EDAC_PND2=y # CONFIG_EDD is not set # CONFIG_EFI_MIXED is not set # CONFIG_EISA is not set diff --git a/build.sh b/build.sh index 697df0ad..0ed0618f 100755 --- a/build.sh +++ b/build.sh @@ -687,6 +687,7 @@ if [ "$OMR_KERNEL" = "6.1" ]; then find target/linux/ipq40xx -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=5.15%KERNEL_PATCHVER:=6.1%g' {} \; echo "Done" rm -f target/linux/bcm27xx/patches-6.1/950-0509-README-Add-README.md-with-CI-kernel-build-status-tag.patch + rm -f target/linux/bcm27xx/patches-6.1/950-0555-README.md-Replace-6.0-build-status-with-6.2.patch rm -f package/kernel/rtl8812au-ct/patches/002-* rm -f package/kernel/rtl8812au-ct/patches/003-* rm -f package/kernel/rtl8812au-ct/patches/004-*