linuxManualConfig: set badPlatforms

Older kernels shouldn't be marked as supporting architectures that
were only added to the kernel later.

+3
+3
pkgs/os-specific/linux/kernel/manual-config.nix
··· 407 407 maintainers.thoughtpolice 408 408 ]; 409 409 platforms = platforms.linux; 410 + badPlatforms = 411 + lib.optionals (lib.versionOlder version "4.15") [ "riscv32-linux" "riscv64-linux" ] ++ 412 + lib.optional (lib.versionOlder version "5.19") "loongarch64-linux"; 410 413 timeout = 14400; # 4 hours 411 414 } // extraMeta; 412 415 } // optionalAttrs (pos != null) {