mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
Version update to R24.7.7
This commit is contained in:
parent
4c5284498f
commit
c672c2da4e
@ -51,13 +51,19 @@ sed -i '/option disabled/d' /etc/config/wireless
|
||||
sed -i '/set wireless.radio${devidx}.disabled/d' /lib/wifi/mac80211.sh
|
||||
|
||||
sed -i '/DISTRIB_REVISION/d' /etc/openwrt_release
|
||||
echo "DISTRIB_REVISION='R24.6.6'" >> /etc/openwrt_release
|
||||
echo "DISTRIB_REVISION='R24.7.7'" >> /etc/openwrt_release
|
||||
sed -i '/DISTRIB_DESCRIPTION/d' /etc/openwrt_release
|
||||
echo "DISTRIB_DESCRIPTION='OpenWrt '" >> /etc/openwrt_release
|
||||
|
||||
sed -i '/log-facility/d' /etc/dnsmasq.conf
|
||||
echo "log-facility=/dev/null" >> /etc/dnsmasq.conf
|
||||
|
||||
if [ -f /www/luci-static/resources/luci.js ]; then
|
||||
sed -i 's/ifname/device/g' /etc/config/network
|
||||
else
|
||||
sed -i 's/device/ifname/g' /etc/config/network
|
||||
fi
|
||||
|
||||
rm -rf /tmp/luci-modulecache/
|
||||
rm -f /tmp/luci-indexcache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user