Skip to content

Commit

Permalink
Update Lede-diy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
woni928 authored Feb 27, 2025
1 parent 471cafb commit 78a101a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions N1/Lede-diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@

# 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

# 拉取源码
src-git kenzo https://github.com/kenzok8/openwrt-packages
Expand Down

0 comments on commit 78a101a

Please sign in to comment.