Skip to content

Commit

Permalink
Update diy-part2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCodeFox authored Jul 7, 2024
1 parent 8bc40ae commit 756602f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/openwrt-main/diy-part2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ sed -i "s|DISTRIB_REVISION='.*'|DISTRIB_REVISION='R$(date +%Y.%m.%d)'|g" package
echo "DISTRIB_SOURCECODE='official'" >>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.3.1/192.168.31.4/g' package/base-files/files/bin/config_generate
#
# ------------------------------- Main source ends -------------------------------

# ------------------------------- Other started -------------------------------
#
# Add luci-app-amlogic
svn co https://github.com/ophub/luci-app-amlogic/trunk/luci-app-amlogic package/luci-app-amlogic


# coolsnowwolf default software package replaced with Lienol related software package
# rm -rf feeds/packages/utils/{containerd,libnetwork,runc,tini}
Expand Down

0 comments on commit 756602f

Please sign in to comment.