This commit is contained in:
itdoginfo
2023-10-16 12:58:16 +03:00
parent da9a4c731b
commit e0b9857b17

View File

@@ -217,7 +217,7 @@ dnsmasqfull() {
cd /tmp/ && opkg download dnsmasq-full cd /tmp/ && opkg download dnsmasq-full
opkg remove dnsmasq && opkg install dnsmasq-full --cache /tmp/ opkg remove dnsmasq && opkg install dnsmasq-full --cache /tmp/
[ -f /etc/config/dhcp-opkg ] && cp etc/config/dhcp etc/config/dhcp-old && mv /etc/config/dhcp-opkg /etc/config/dhcp [ -f /etc/config/dhcp-opkg ] && cp /etc/config/dhcp /etc/config/dhcp-old && mv /etc/config/dhcp-opkg /etc/config/dhcp
fi fi
} }