Skip to content

Kernel repository that can be used to Armbian and OpenWrt.

License

Notifications You must be signed in to change notification settings

JustinTangChina/kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Description

View Chinese description | 查看中文说明

This 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.

Among them, kernel_flippy, kernel_stable and kernel_dev are general-purpose kernels that can be used interchangeably. The feature of flippy is that it understands you better, the feature of stable is that it is more intimate, and the feature of dev is that it is more silky.

  • The kernel files in kernel_flippy in Releases are stable version, made and shared by flippy.
  • The kernel files in kernel_stable in Releases are stable version, suitable for use in a formal production environment.
  • The kernel files in kernel_dev in Releases are 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 in kernel_rk3588 in Releases are special versions of the rk3588 series, which is suitable for devices such as Rock-5B and HinLink-H88K, and is not common to other series.
  • In the dev of Releases, there are download image of the cross-compilation toolchain required for compiling the kernel.
  • In the tools of Releases, there are some Android system download images of common TV boxes. When using Armbian and OpenWrt systems, you can use It is used to restore the Android system.

Compile the kernel

  • For the method of compiling the kernel, see compile-kernel. For the method of using github.com's Actions to compile the kernel, see .github/workflows. You can customize it by modifying the kernel configuration file in kernel-config.

  • 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.

- 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

kernel source code

Thank you very much for the kernel source code maintained by giants such as Unifreq. The source code used by the kernel files in the repository is as follows:

Kernel Tags Source Code Maintainer Source Code Repository
kernel_stable unifreq linux-5.4.y, linux-5.10.y, linux-5.15.y, linux-6.1.y
kernel_rk3588 unifreq linux-5.10.y-rk35xx

Links

License

The kernel © OPHUB is licensed under GPL-2.0

About

Kernel repository that can be used to Armbian and OpenWrt.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Roff 100.0%