"vscode:/vscode.git/clone" did not exist on "320a622ec4d098f2da5d097930f4031517e7327b"
Unverified Commit d835ac7d authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update custom.sh

parent 2ba328a7
...@@ -30,6 +30,11 @@ fi ...@@ -30,6 +30,11 @@ fi
uci set dropbear.@dropbear[0].Interface='' uci set dropbear.@dropbear[0].Interface=''
uci commit uci commit
# 设置所有网口可访问网页终端
uci delete ttyd.@ttyd[0].interface
uci commit ttyd
# 设置编译作者信息 # 设置编译作者信息
FILE_PATH="/etc/openwrt_release" FILE_PATH="/etc/openwrt_release"
NEW_DESCRIPTION="ImmortalWrt 23.05.4 Compiled by wukongdaily" NEW_DESCRIPTION="ImmortalWrt 23.05.4 Compiled by wukongdaily"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment