Skip to content

Commit

Permalink
bump kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
unifreq committed Nov 19, 2021
1 parent 2b6d486 commit 0c74e87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ fi
# 如果whoami里未定义 KERNEL_VERSION,那么就采用下面的值
if [ "$KERNEL_VERSION" == "" ];then
#KERNEL_VERSION="5.4.160-flippy-67+o"
#KERNEL_VERSION="5.10.79-flippy-67+"
#KERNEL_VERSION="5.14.19-flippy-67+"
KERNEL_VERSION="5.15.2-flippy-67+"
#KERNEL_VERSION="5.10.80-flippy-67+"
#KERNEL_VERSION="5.14.20-flippy-67+"
KERNEL_VERSION="5.15.3-flippy-67+"
fi

# 在whoami里可以自定义KERNEL_PKG_HOME
Expand Down

0 comments on commit 0c74e87

Please sign in to comment.