Skip to content

Commit

Permalink
⚡ Ōkami v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrvmpd committed May 17, 2018
1 parent 7be248d commit 8ed5dc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/santoni_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-Okami"
CONFIG_LOCALVERSION="-Okami-v1.0"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ else
fi

# Get current kernel version
LOUP_VERSION=$(head -n3 Makefile | sed -E 's/.*(^\w+\s[=]\s)//g' | xargs | sed -E 's/(\s)/./g')
LOUP_VERSION=$(cat .config | grep -P "^(CONFIG_LOCALVERSION)" | grep -oP "(\d+\.)?(\d+\.)?(\*|\d+)")
echo -e "\n\n> Packing Loup Kernel v$LOUP_VERSION\n\n"
# Pack the kernel as a flashable TWRP zip. Nougat Edition
$LOUP_WORKING_DIR/AnyKernel2/build.sh $LOUP_VERSION N
$LOUP_WORKING_DIR/AnyKernel2/build.sh $LOUP_VERSION N Ōkami

end=$SECONDS
duration=$(( end - start ))
Expand Down

0 comments on commit 8ed5dc7

Please sign in to comment.