Releases: ophub/kernel
Releases · ophub/kernel
tools
kernel_stable
- 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
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-6.1.y-rockchip
- 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
- The kernel can be used to compile Armbian and OpenWrt.
- The kernel source code comes from: unifreq
- The kernel compilation toolchain: gcc
- This is the stable mainline kernel shared by
Flippy
, which can be used in bothArmbian
andOpenWrt
. - It is interchangeable with the kernels in
kernel_stable
,kernel_dev
, andkernel_beta
. - 这是
Flippy
大佬分享的稳定版主线内核,可以在Armbian
和OpenWrt
里使用。 - 可以和
kernel_stable
,kernel_dev
,kernel_beta
里的内核互换使用。
kernel_dev
- 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 stable mainline kernel natively compiled on the
Armbian
system, and it can be used in bothArmbian
andOpenWrt
. Thekernel_stable
is now compiled inside the ArmbianDocker
image on theubuntu-22.04-arm
system, which is the same as native compilation under the Armbian system. This tag will no longer be updated. - It is interchangeable with the kernels in
kernel_stable
,kernel_flippy
, andkernel_beta
. - 这是在
Armbian
系统下原生编译的稳定版主线内核,可以在Armbian
和OpenWrt
里使用。现在kernel_stable
是在ubuntu-22.04-arm
系统的 ArmbianDocker
镜像里进行编译,和在 Armbian 系统下原生环境编译相同,因此本 tags 不再追更。 - 可以和
kernel_stable
,kernel_flippy
,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. - 这是
测试版
内核,为了满足你的小需求而折腾。