mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Fix compilation
This commit is contained in:
parent
a66b3b5a61
commit
48d1b548ec
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
1
build.sh
1
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-*
|
||||
|
|
Loading…
Reference in a new issue