mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
change lede luci version display
This commit is contained in:
parent
a21c02c254
commit
c6482e5076
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=default-settings
|
PKG_NAME:=default-settings
|
||||||
PKG_VERSION:=1.0
|
PKG_VERSION:=1.0
|
||||||
PKG_RELEASE:=20
|
PKG_RELEASE:=21
|
||||||
PKG_LICENSE:=GPLv3
|
PKG_LICENSE:=GPLv3
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
|
@ -46,6 +46,11 @@ sed -i '/option disabled/d' /etc/config/wireless
|
|||||||
sed -i '/set wireless.radio${devidx}.disabled/d' /lib/wifi/mac80211.sh
|
sed -i '/set wireless.radio${devidx}.disabled/d' /lib/wifi/mac80211.sh
|
||||||
wifi up
|
wifi up
|
||||||
|
|
||||||
|
sed -i '/DISTRIB_REVISION/d' /etc/openwrt_release
|
||||||
|
echo "DISTRIB_REVISION='R7.4 By Lean'" >> /etc/openwrt_release
|
||||||
|
sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
|
||||||
|
echo "DISTRIB_DESCRIPTION='LEDE 17.01.2'" >> /etc/openwrt_release
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user