You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
<h3 class="mt-4">Specific tag</h3>
|
||||
<div class="highlight mt-3">
|
||||
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.2-R14</code>
|
||||
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.3</code>
|
||||
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">Copy</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -303,6 +303,61 @@
|
||||
<td><a href="https://github.com/galaxybuild-project/exynos-linux-stable" target="_blank">exynos-linux-stable</a></td>
|
||||
<td>xxTR-Kernel but MindPatched for Exynos 9810 Family (Galaxy S9, S9+, Note 9)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/android_kernel_a042f" target="_blank">android_kernel_a042f</a></td>
|
||||
<td>Samsung Galaxy A04e (SM-A042F)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/android_kernel_a047f_eur" target="_blank">android_kernel_a047f_eur</a></td>
|
||||
<td>Samsung Galaxy A04s (SM-A047F)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/A346E_5G_Kernel" target="_blank">A346E_5G_Kernel</a></td>
|
||||
<td>Samsung Galaxy A34 (SM-A346E)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/LPoS-x-Eternity" target="_blank">LPoS-x-Eternity</a></td>
|
||||
<td>Samsung Galaxy S10 family (One UI 6+)</td>
|
||||
</tr>
|
||||
|
||||
<tr></tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/beyondx_stock" target="_blank">beyondx_stocky</a></td>
|
||||
<td>Samsung Galaxy S10 5G (Stock ROM)</td>
|
||||
</tr>
|
||||
|
||||
<!-- <tr>
|
||||
<td>Example maintainer</td>
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
<h3 class="mt-4">指定版本标签</h3>
|
||||
<div class="highlight mt-3">
|
||||
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.2-R14</code>
|
||||
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.3</code>
|
||||
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">复制</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -60,16 +60,16 @@
|
||||
<div class="container">
|
||||
<!-- Warning Box -->
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>请注意!</strong>本页中存在由其他开发者维护的非 KernelSU Next 官方支持的设备内核,请在使用前自行确保其安全性!
|
||||
<strong>Warning:</strong> In this page, there are kernels for devices unofficially supporting KernelSU Next, maintained by other developers. So, be cautious about what you are flashing!
|
||||
</div>
|
||||
<!-- Wrap the table inside a div with overflow-x: auto -->
|
||||
<div style="overflow-x: auto;">
|
||||
<table class="table table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">维护者</th>
|
||||
<th scope="col">仓库</th>
|
||||
<th scope="col">支持设备</th>
|
||||
<th scope="col">Maintainer</th>
|
||||
<th scope="col">Repository</th>
|
||||
<th scope="col">Supported devices</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -253,7 +253,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/riarumoda" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/pys36?v=4" alt="riarumoda" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
<img src="https://avatars.githubusercontent.com/riarumoda?v=4" alt="riarumoda" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
riarumoda
|
||||
</a>
|
||||
</td>
|
||||
@@ -304,11 +304,66 @@
|
||||
<td><a href="https://github.com/galaxybuild-project/exynos-linux-stable" target="_blank">exynos-linux-stable</a></td>
|
||||
<td>xxTR-Kernel but MindPatched for Exynos 9810 Family (Galaxy S9, S9+, Note 9)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/android_kernel_a042f" target="_blank">android_kernel_a042f</a></td>
|
||||
<td>Samsung Galaxy A04e (SM-A042F)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/android_kernel_a047f_eur" target="_blank">android_kernel_a047f_eur</a></td>
|
||||
<td>Samsung Galaxy A04s (SM-A047F)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/A346E_5G_Kernel" target="_blank">A346E_5G_Kernel</a></td>
|
||||
<td>Samsung Galaxy A34 (SM-A346E)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/LPoS-x-Eternity" target="_blank">LPoS-x-Eternity</a></td>
|
||||
<td>Samsung Galaxy S10 family (One UI 6+)</td>
|
||||
</tr>
|
||||
|
||||
<tr></tr>
|
||||
<td>
|
||||
<a href="https://github.com/ravindu644" target="_blank">
|
||||
<img src="https://avatars.githubusercontent.com/ravindu644?v=4" alt="ravindu644" class="rounded-circle" width="30" height="30" style="margin-right: 10px;">
|
||||
ravindu644
|
||||
</a>
|
||||
</td>
|
||||
<td><a href="https://github.com/ravindu644/beyondx_stock" target="_blank">beyondx_stocky</a></td>
|
||||
<td>Samsung Galaxy S10 5G (Stock ROM)</td>
|
||||
</tr>
|
||||
|
||||
<!-- <tr>
|
||||
<td>Example Maintainer</td>
|
||||
<td>Example maintainer</td>
|
||||
<td><a href="https://github.com/example/example" target="_blank">example repo name</a></td>
|
||||
<td>Example Devices</td>
|
||||
<td>Example devices</td>
|
||||
</tr> -->
|
||||
<!-- Add more rows as needed -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user