Skip to content

Commit

Permalink
Update diy-part.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shidahuilang authored May 22, 2024
1 parent 42471a5 commit 4a191b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Lede/diy-part.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export OpenClash_Core="2" # 增加OpenClash时,把核心下载
export Customized_Information="大灰狼 $(TZ=UTC-8 date "+%Y.%m.%d")" # 个性签名,你想写啥就写啥,(填0为不作修改)

# 更换固件内核
export Replace_Kernel="0" # 更换内核版本,在对应源码的[target/linux/架构]查看patches-x.x,看看x.x有啥就有啥内核了(填入内核x.x版本号,填0为不作修改)
export Replace_Kernel="6.6" # 更换内核版本,在对应源码的[target/linux/架构]查看patches-x.x,看看x.x有啥就有啥内核了(填入内核x.x版本号,填0为不作修改)

# 设置免密码登录(个别源码本身就没密码的)
export Password_free_login="1" # 设置首次登录后台密码为空(进入openwrt后自行修改密码)(1为启用命令,填0为不作修改)
Expand Down

0 comments on commit 4a191b1

Please sign in to comment.