Skip to content

Commit

Permalink
Update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ratatouille100 committed Dec 2, 2023
1 parent b7ebbf7 commit 2b3a6d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ $ cd kernel_samsung_universal9611


# Initialize The repo

$ git submodule update --init

# Download the KernelSU Submodule required for the build
Expand All @@ -56,9 +55,9 @@ $ bash <(curl https://gist.githubusercontent.com/roynatech2544/0feeeb35a6d1782b1

# If you want to compile the kernel not for A51 then export DEVICE variable to m21, m31, m31s, f41
# Build the kernel
$ ./build_kernel.sh aosp ksu # (for AOSP)
$ ./build_kernel.sh ksu # (for AOSP)
$ ./build_kernel.sh oneui ksu # (for OneUI)
$ DEVICE=m21 ./build_kernel.sh aosp # (for M21, non-KSU, AOSP)
$ DEVICE=m21 ./build_kernel.sh # (for M21, non-KSU, AOSP)
```

After build the image of the kernel will be in out/arch/arm64/boot/Image
Expand Down

0 comments on commit 2b3a6d2

Please sign in to comment.