From a558689a5fa73d1d26f3e29843e62e9fcf2b89de Mon Sep 17 00:00:00 2001 From: SamulKyull <166363804+SamulKyull@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:24:56 +0800 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..5291e86dda --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Linux Kernel Source Tree + +Kernel source tree for AvaotaSBC-provided kernel builds. + +## Kernel Branches +- [Linux 5.15](https://github.com/AvaotaSBC/linux/tree/linux-5.15) + +``` +Usage: init [OPTIONS] +Build Kernel repo. + +Options: + -u, --url URL The url of kernel + -v, --version VERSION The version of kernel + -p, --patch PATCHFILE The patch file of kernel + -b, --branch BRANCH NAME The branch of dst kernel + -h, --help Show command help. +```