Skip to content

Commit

Permalink
2025-0301
Browse files Browse the repository at this point in the history
  • Loading branch information
ham0223 authored Mar 1, 2025
1 parent 9bdf5aa commit 899dd9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion diy-part2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
# Description: OpenWrt DIY script part 2 (After Update feeds)
#

# Modify default IP
# Modify default IP
sed -i 's/192.168.1.1/192.168.123.2/g' package/base-files/files/bin/config_generate
#sed -i 's/192.168.1.1/192.168.123.2/g' package/base-files/luci2/bin/config_generate

# 修改主机名
sed -i 's/LEDE/OpenWrt/g' package/base-files/files/bin/config_generate
#sed -i 's/LEDE/OpenWrt/g' package/base-files/luci2/bin/config_generate

# 增加 alist (在 ./scripts/feeds install -a 操作之后更换 golang 版本)
#rm -rf feeds/packages/lang/golang
Expand Down

0 comments on commit 899dd9b

Please sign in to comment.