View Chinese description | 查看中文说明
Kernel repository that can be used to compile Armbian and OpenWrt system. Kernel files with the flippy
flag in their names are files made by unifreq, The files named by other names are the files I compiled using his kernel source code.
- The kernel files stored in the pub/stable directory is a
stable version
, suitable for use in a formal production environment. - The kernel files stored in the pub/dev directory is a
development version
, and third-party driver support and special modifications have been added for some specific devices, for development and testing use. - The kernel files stored in the pub/rk3588 directory is a
special version
of the rk3588 series, which is suitable for devices such as Radxa 5B/E25, and is not common to other series.
This kernel can be used in Armbian
and OpenWrt
systems. For example amlogic-s9xxx-armbian, amlogic-s9xxx-openwrt, rockchip-armbian, flippy-openwrt-actions and unifreq/openwrt_packit. It can be integrated when compiling firmware, or it can be installed into an existing system for use. For specific usage, please refer to Kernel usage Instructions.
-
You can adjust the configuration of the kernel as needed, such as adding drivers and patches. It is also possible to compile personalized signature kernels with special meanings according to mood, such as
5.10.95-happy-new-year
,5.10.96-beijing-winter-olympics
,5.10.99-valentines-day
and so on. -
For the compilation method of the kernel, see compile-kernel, The template for kernel compilation using github.com's Actions can be found in .github/workflows/compile-kernel.yml.
- name: Compile the kernel
uses: ophub/amlogic-s9xxx-armbian@main
with:
build_target: kernel
kernel_version: 5.10.135_5.15.50
kernel_auto: true
kernel_sign: -yourname
The kernel © OPHUB is licensed under GPL-2.0