Skip to content

Commit

Permalink
lime-system: don't mangle dhcp.lan.leasetime since it's not used at all
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Mar 20, 2017
1 parent 6453b1c commit ac5622e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lime-system/files/usr/lib/lua/lime/network.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ function network.setup_dns()
uci:set("dhcp", s[".name"], "server", resolvers)
end
)
uci:set("dhcp", "lan", "leasetime", "1h")
uci:save("dhcp")

fs.writefile("/etc/dnsmasq.conf", "conf-dir=/etc/dnsmasq.d\n")
Expand Down

0 comments on commit ac5622e

Please sign in to comment.