Skip to content

Commit

Permalink
patching
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice0 committed Jan 14, 2024
1 parent d9909e2 commit a5f3712
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source_me.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ function ke() {
(cd $SCRIPT_DIR/devices/$DEVICE/kernel; ./kernel_extract.sh)
}

# Kernel Patch
function kp() {
fail_if_no_device
(cd $SCRIPT_DIR/devices/$DEVICE/kernel; ./kernel_patch.sh)
}

# Kernel Build
function kb() {
fail_if_no_device
Expand Down Expand Up @@ -255,6 +261,7 @@ Commands:
kd downloads the kernel
ke extracts the kernel
kb builds the kernel
kp applies patches to the kernel
rd rom download
re rom extrack
be boot.img (from ROM) extract
Expand Down

0 comments on commit a5f3712

Please sign in to comment.