Skip to content

Releases: ophub/kernel

tools

21 May 07:42
Compare
Choose a tag to compare
  • Here are some firmware flashing tools and Android systems that will be used when installing Armbian and OpenWrt on a TV box.
  • 这里保存的是一些在盒子里安装 Armbian 和 OpenWrt 时会用到的刷机工具和安卓系统。

kernel_stable

21 May 07:53
Compare
Choose a tag to compare
  • 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

21 May 08:03
Compare
Choose a tag to compare
  • 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

21 May 08:03
Compare
Choose a tag to compare
  • 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

21 May 08:06
Compare
Choose a tag to compare
  • 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

21 May 07:01
Compare
Choose a tag to compare
  • 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 both Armbian and OpenWrt.
  • It is interchangeable with the kernels in kernel_stable, kernel_dev, and kernel_beta.
  • 这是 Flippy 大佬分享的稳定版主线内核,可以在 ArmbianOpenWrt 里使用。
  • 可以和 kernel_stablekernel_devkernel_beta 里的内核互换使用。

kernel_dev

21 May 08:29
Compare
Choose a tag to compare
  • 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 both Armbian and OpenWrt. The kernel_stable is now compiled inside the Armbian Docker image on the ubuntu-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, and kernel_beta.
  • 这是在 Armbian 系统下原生编译的稳定版主线内核,可以在 ArmbianOpenWrt 里使用。现在 kernel_stable 是在 ubuntu-22.04-arm 系统的 Armbian Docker 镜像里进行编译,和在 Armbian 系统下原生环境编译相同,因此本 tags 不再追更。
  • 可以和 kernel_stablekernel_flippykernel_beta 里的内核互换使用。

kernel_beta

21 May 07:57
Compare
Choose a tag to compare
  • 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.
  • 这是测试版内核,为了满足你的小需求而折腾。

dev

21 May 06:15
Compare
Choose a tag to compare
dev
  • The toolchain and related tools used for compiling the kernel.
  • 编译内核时用到的编译工具链等工具。