This commit is contained in:
CN_SZTL 2020-01-31 03:46:41 +08:00
parent 596ca5aaa5
commit 80f55e9994
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=default-settings
PKG_VERSION:=1.1
PKG_RELEASE:=50
PKG_RELEASE:=51
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE

View File

@ -8,5 +8,5 @@
│ # │
│ " │
│─────────────────────────────────────────────────│
│ OpenWrt 18.06 | Mod 20.01 By CTCGFW │
│ OpenWrt 18.06 | Mod 20.02 By CTCGFW │
└─────────────────────────────────────────────────┘

View File

@ -46,7 +46,7 @@ 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 By CTCGFW'" >> /etc/openwrt_release
echo "DISTRIB_REVISION='| Mod20.02 By CTCGFW'" >> /etc/openwrt_release
sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
echo "DISTRIB_DESCRIPTION='OpenWrt 18.06 '" >> /etc/openwrt_release