diff --git a/Kernel/configs/larus.config.json.11 b/Kernel/configs/larus.config.json similarity index 100% rename from Kernel/configs/larus.config.json.11 rename to Kernel/configs/larus.config.json diff --git a/Kernel/configs/markw.config.json.11 b/Kernel/configs/markw.config.json similarity index 100% rename from Kernel/configs/markw.config.json.11 rename to Kernel/configs/markw.config.json diff --git a/Kernel/configs/thyme.config.json.11 b/Kernel/configs/thyme.config.json similarity index 100% rename from Kernel/configs/thyme.config.json.11 rename to Kernel/configs/thyme.config.json diff --git a/Kernel/configs/wayne.config.json.11 b/Kernel/configs/wayne.config.json similarity index 100% rename from Kernel/configs/wayne.config.json.11 rename to Kernel/configs/wayne.config.json diff --git a/Kernel/configs/xiaomi9.config.json b/Kernel/configs/xiaomi9.config.json deleted file mode 100644 index 9c2d4aa3b..000000000 --- a/Kernel/configs/xiaomi9.config.json +++ /dev/null @@ -1,35 +0,0 @@ -[ - { - "kernelSource": { - "name": "Xiaomi9KernelPoweredBySeparate", - "repo": "https://github.com/Separatee/AllinOneKernel", - "branch": "main", - "device": "cepheus", - "defconfig": "cepheus_defconfig" - }, - "toolchains": [ - { - "name": "proton-clang", - "repo": "https://github.com/kdrag0n/proton-clang", - "branch": "master", - "binaryEnv": ["./bin"] - } - ], - "enableCcache": true, - "params": { - "ARCH": "arm64", - "CC": "clang", - "externalCommands": { - "CROSS_COMPILE": "proton-clang/bin/aarch64-linux-gnu-", - "CROSS_COMPILE_ARM32": "proton-clang/bin/arm-linux-gnueabi-", - "CLANG_TRIPLE": "aarch64-linux-gnu-" - } - }, - "AnyKernel3": { - "use": false, - "release": true - }, - "enableKernelSU": false, - "enableLXC": false - } -] diff --git a/Kernel/configs/xiaomi9.config.json.bak b/Kernel/configs/xiaomi9.config.json.bak deleted file mode 100644 index b4094274c..000000000 --- a/Kernel/configs/xiaomi9.config.json.bak +++ /dev/null @@ -1,40 +0,0 @@ -[ - { - "kernelSource": { - "name": "Xiaomi9KernelPoweredBySeparate", - "repo": "https://github.com/Separatee/AllinOneKernel", - "branch": "main", - "device": "cepheus", - "defconfig": "cepheus_defconfig" - }, - "toolchains": [ - { - "name": "proton-clang", - "repo": "https://github.com/kdrag0n/proton-clang", - "branch": "master", - "binaryEnv": ["./bin"] - }, - { - "name": "", - "url": "", - "binaryEnv": [] - } - ], - "enableCcache": true, - "params": { - "ARCH": "arm64", - "CC": "clang", - "externalCommands": { - "CROSS_COMPILE": "proton-clang/bin/aarch64-linux-gnu-", - "CROSS_COMPILE_ARM32": "proton-clang/bin/arm-linux-gnueabi-", - "CLANG_TRIPLE": "aarch64-linux-gnu-" - } - }, - "AnyKernel3": { - "use": false, - "release": true - }, - "enableKernelSU": false, - "enableLXC": false - } -]