Skip to content

Commit

Permalink
Update diy-part2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
a704180474 authored Sep 5, 2023
1 parent 9b26088 commit 80d8251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/lede-master/diy-part2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sed -i "s|DISTRIB_REVISION='.*'|DISTRIB_REVISION='R$(date +%Y.%m.%d)'|g" package
echo "DISTRIB_SOURCECODE='lede'" >>package/base-files/files/etc/openwrt_release

# Modify default IP(FROM 192.168.1.1 CHANGE TO 192.168.31.4)
# sed -i 's/192.168.1.1/192.168.31.4/g' package/base-files/files/bin/config_generate
sed -i 's/192.168.1.1/192.168.2.1/g' package/base-files/files/bin/config_generate

# Replace the default software source
# sed -i 's#openwrt.proxy.ustclug.org#mirrors.bfsu.edu.cn\\/openwrt#' package/lean/default-settings/files/zzz-default-settings
Expand Down

0 comments on commit 80d8251

Please sign in to comment.