default-settings: fix version

This commit is contained in:
CN_SZTL 2020-01-30 21:37:23 +08:00
parent 488abe09c0
commit 94393ffdbe
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 18.06, Mod 20.01 By Lean & CTCGFW │
│ OpenWrt 18.06 | Mod 20.01 By & CTCGFW │
└─────────────────────────────────────────────────┘

View File

@ -46,9 +46,9 @@ sed -i '/set wireless.radio${devidx}.disabled/d' /lib/wifi/mac80211.sh
wifi up
sed -i '/DISTRIB_REVISION/d' /etc/openwrt_release
echo "DISTRIB_REVISION='Mod20.01 (Lean-R20 Based) By CTCGFW'" >> /etc/openwrt_release
echo "DISTRIB_REVISION='| Mod20.01 By CTCGFW'" >> /etc/openwrt_release
sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
echo "DISTRIB_DESCRIPTION='OpenWrt '" >> /etc/openwrt_release
echo "DISTRIB_DESCRIPTION='OpenWrt 18.06 '" >> /etc/openwrt_release
sed -i '/log-facility/d' /etc/dnsmasq.conf
echo "log-facility=/dev/null" >> /etc/dnsmasq.conf