Core: Mod 20.12

This commit is contained in:
CN_SZTL 2020-12-05 19:39:53 +08:00
parent 15158b2eee
commit c65e7232e5
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@
│ # │
│ " │
│─────────────────────────────────────────────────│
│ OpenWrt 18.06 by Lean | Mod 20.11 By CTCGFW │
│ OpenWrt 18.06 by Lean | Mod 20.12 By CTCGFW │
└─────────────────────────────────────────────────┘

View File

@ -42,7 +42,7 @@ sed -i '/set wireless.radio${devidx}.disabled/d' /lib/wifi/mac80211.sh
# NEVER DROP THE EXISTING AUTHORS INFO | 禁止删除现有作者信息
sed -i '/DISTRIB_REVISION/d' /etc/openwrt_release
echo "DISTRIB_REVISION='| Mod 20.11 by CTCGFW'" >> /etc/openwrt_release
echo "DISTRIB_REVISION='| Mod 20.12 by CTCGFW'" >> /etc/openwrt_release
sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
echo "DISTRIB_DESCRIPTION='OpenWrt 18.06 by Lean '" >> /etc/openwrt_release