Releases: ophub/kernel
tools
kernel_stable
- The kernel can be used to compile Armbian and OpenWrt.
- The kernel source code comes from: codesnas
- The kernel compilation toolchain: gcc
- This is a
stable
kernel, which can be used in Armbian and OpenWrt. - 这是
稳定版
内核,可以在 Armbian 和 OpenWrt 里使用。
kernel_rk35xx
- The kernel can be used to compile Armbian and OpenWrt.
- The kernel source code comes from: unifreq/linux-5.10.y-rk35xx
- The kernel compilation toolchain: gcc
- This is a dedicated kernel for
Rockchip rk3528/rk3566/rk3568
and is not compatible with other series. - 这是
Rockchip rk3528/rk3566/rk3568
专用内核,和其他系列不通用。
kernel_rk3588
- The kernel can be used to compile Armbian and OpenWrt.
- The kernel source code comes from: unifreq/linux-5.10.y-rk35xx
- The kernel compilation toolchain: gcc
- This is a dedicated kernel for
Rockchip rk3588
and is not compatible with other series. - 这是
Rockchip rk3588
专用内核,和其他系列不通用。
kernel_h6
- The kernel can be used to compile Armbian and OpenWrt.
- The kernel source code comes from: codesnas/linux-h6-6.6.y
- The kernel compilation toolchain: gcc
- This is a dedicated kernel for
Allwinner H6 (TQC-A01)
and is not compatible with other series. - 这是
全志 H6(TQC-A01)
设备的专用内核,和其他系列不通用。
kernel_flippy
-
This is a stable kernel made by flippy, which can be used in Armbian and OpenWrt. These kernels can be used interchangeably with the kernels in kernel_stable, kernel_dev and kernel_beta.
-
这是由 flippy 制作的稳定版内核,可以在 Armbian 和 OpenWrt 里使用。这些内核与 kernel_stable,kernel_dev 和 kernel_beta 里的内核可以互换使用。
kernel_dev
-
This is a
development version
kernel. The kernel source code and patches used are the same as kernel_beta, which means that additional third-party drivers and patches have been added on top of kernel_stable. The difference is that it is compiled in anARM64
(Armbian/Debian) system environment. -
These kernels can be used in Armbian and OpenWrt and can be interchanged with the kernels in kernel_flippy, kernel_stable, and kernel_beta.
-
这是
开发版
内核,使用的内核源码及补丁与 kernel_beta 相同,即在 kernel_stable 的基础上添加了更多的第三方驱动和补丁,差异是编译于ARM64
(Armbian/Debian) 系统环境。 -
这些内核可以在 Armbian 和 OpenWrt 里使用,可以与 kernel_flippy,kernel_stable 和 kernel_beta 里的内核可以互换使用。
kernel_beta
- The kernel can be used to compile Armbian and OpenWrt.
- The kernel source code comes from: unifreq
- The kernel compilation toolchain: gcc
- This is a
beta version
kernel, tweaked to suit your little needs. - 这是
测试版
内核,为了满足你的小需求而折腾。