diff --git a/build.sh b/build.sh index db1d5ee6..4f0145ec 100755 --- a/build.sh +++ b/build.sh @@ -236,6 +236,10 @@ else echo "# CONFIG_PACKAGE_kmod-shortcut-fe-cm is not set" >> "$OMR_TARGET/source/.config" echo "# CONFIG_PACKAGE_kmod-shortcut-fe is not set" >> "$OMR_TARGET/source/.config" fi +if [ "$OMR_KERNEL" = "5.14" ] && [ "$OMR_TARGET" != "x86_64" ] && [ "$OMR_TARGET" != "x86" ]; then + echo "# CONFIG_PACKAGE_kmod-r8125 is not set" >> "$OMR_TARGET/source/.config" + echo "# CONFIG_PACKAGE_kmod-r8168 is not set" >> "$OMR_TARGET/source/.config" +fi if [ "$OMR_TARGET" = "bpi-r1" -a "$OMR_OPENWRT" = "master" ]; then # We disable mc in master, because it leads to unknown compilation errors on bpi-r1 target diff --git a/config-bpi-r2 b/config-bpi-r2 index 1ff4480e..b10e222f 100644 --- a/config-bpi-r2 +++ b/config-bpi-r2 @@ -18,3 +18,5 @@ CONFIG_PACKAGE_mkf2fs=y # CONFIG_PACKAGE_kmod-mt6625l-bt is not set # CONFIG_PACKAGE_kmod-mt6625l-wlan-gen-2 is not set CONFIG_KERNEL_ARM_MODULE_PLTS=y +# CONFIG_PACKAGE_kmod-r8125 is not set +# CONFIG_PACKAGE_kmod-r8168 is not set \ No newline at end of file