mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Disable DHCP log
This commit is contained in:
parent
29295ad744
commit
26af9f5abc
1 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,9 @@ if [ "$(uci -q get openmptcprouter.settings.disable_ipv6)" != "0" ]; then
|
||||||
EOF
|
EOF
|
||||||
rm -f /tmp/luci-indexcache
|
rm -f /tmp/luci-indexcache
|
||||||
fi
|
fi
|
||||||
|
uci -q batch <<-EOF >/dev/null
|
||||||
|
set dhcp.@dnsmasq[0].quietdhcp='1'
|
||||||
|
commit dhcp
|
||||||
|
EOF
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue