Core/LuCI: bump to Mod20.09

This commit is contained in:
CN_SZTL 2020-09-06 14:32:22 +08:00
parent 7ab8ca12df
commit 560abed88b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@
│ # │
│ " │
│─────────────────────────────────────────────────│
│ OpenWrt Snapshot, Mod 20.08 By CTCGFW │
│ OpenWrt Snapshot, Mod 20.09 By CTCGFW │
└─────────────────────────────────────────────────┘

View File

@ -39,11 +39,11 @@ wifi up
sed -i '/DISTRIB_REVISION/d' /etc/openwrt_release
echo "DISTRIB_REVISION=''" >> /etc/openwrt_release
sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
echo "DISTRIB_DESCRIPTION='OpenWrt Snapshot | Mod20.08 By CTCGFW'" >> /etc/openwrt_release
echo "DISTRIB_DESCRIPTION='OpenWrt Snapshot | Mod20.09 By CTCGFW'" >> /etc/openwrt_release
sed -i 's/LuCI Master/LuCI Snapshot/g' /usr/lib/lua/luci/version.lua
sed -i '/luciversion/d' /usr/lib/lua/luci/version.lua
echo 'luciversion = "Mod20.08 by CTCGFW"' >> /usr/lib/lua/luci/version.lua
echo 'luciversion = "Mod20.09 by CTCGFW"' >> /usr/lib/lua/luci/version.lua
sed -i '/log-facility/d' /etc/dnsmasq.conf
echo "log-facility=/dev/null" >> /etc/dnsmasq.conf