View Chinese description | 查看中文说明
Kernel repository that can be used to compile Armbian and OpenWer system.
- The kernel files stored in the pub/stable directory is a stable version produced and shared by unifreq, 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/eol directory are the kernel series that have stopped updating and are used for nostalgia.
-
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-dayand so on. -
For the compilation method of the custom 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 for Amlogic s9xxx
uses: ophub/amlogic-s9xxx-armbian@main
with:
build_target: kernel
kernel_version: 5.15.25_5.4.180
kernel_auto: true
kernel_sign: -good-luckThis kernel can be used in Armbian and OpenWrt systems. For example amlogic-s9xxx-armbian, amlogic-s9xxx-openwrt, 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.
The kernel © OPHUB is licensed under GPL-2.0