Skip to content

Commit 88e9003

Browse files
committed
config ip theme
1 parent 0994562 commit 88e9003

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

router-config/openwrt-21.02/.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ CONFIG_PACKAGE_luci-app-wol=y
551551
# CONFIG_PACKAGE_luci-app-yggdrasil is not set
552552

553553
# LuCI-theme:
554-
CONFIG_PACKAGE_luci-theme-material=y
555-
# CONFIG_PACKAGE_luci-theme-bootstrap is not set
554+
# CONFIG_PACKAGE_luci-theme-material=y
555+
CONFIG_PACKAGE_luci-theme-bootstrap is not set
556556
# CONFIG_PACKAGE_luci-theme-openwrt is not set
557557
# CONFIG_PACKAGE_luci-theme-openwrt-2020 is not set
558558

router-config/openwrt-21.02/diy-part2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sed -i "s|DISTRIB_REVISION='.*'|DISTRIB_REVISION='R$(date +%Y.%m.%d)'|g" package
1919
echo "DISTRIB_SOURCECODE='openwrt'" >>package/base-files/files/etc/openwrt_release
2020

2121
# Modify default IP(FROM 192.168.1.1 CHANGE TO 192.168.31.4)
22-
# sed -i 's/192.168.1.1/192.168.31.4/g' package/base-files/files/bin/config_generate
22+
sed -i 's/192.168.1.1/192.168.30.6/g' package/base-files/files/bin/config_generate
2323

2424
#
2525
# ------------------------------- Main source ends -------------------------------

0 commit comments

Comments
 (0)