From a3e44d53621b01a06075e71f11a40668c3f6d4d5 Mon Sep 17 00:00:00 2001 From: luyanci <2058282593@qq.com> Date: Mon, 29 Jul 2024 00:01:54 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E8=87=AA=E5=AE=9A=E4=B9=89=E4=BA=86x?= =?UTF-8?q?iaomi9=5Fconfig.json"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1f5a3a9d35f38c985922540d6d73eab0f9462b1f. --- ...larus.config.json.11 => larus.config.json} | 0 ...markw.config.json.11 => markw.config.json} | 0 ...thyme.config.json.11 => thyme.config.json} | 0 ...wayne.config.json.11 => wayne.config.json} | 0 Kernel/configs/xiaomi9.config.json | 35 ---------------- Kernel/configs/xiaomi9.config.json.bak | 40 ------------------- 6 files changed, 75 deletions(-) rename Kernel/configs/{larus.config.json.11 => larus.config.json} (100%) rename Kernel/configs/{markw.config.json.11 => markw.config.json} (100%) rename Kernel/configs/{thyme.config.json.11 => thyme.config.json} (100%) rename Kernel/configs/{wayne.config.json.11 => wayne.config.json} (100%) delete mode 100644 Kernel/configs/xiaomi9.config.json delete mode 100644 Kernel/configs/xiaomi9.config.json.bak 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 - } -]