projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd8333
)
Use the end variable instead of limit (#2142)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 1 Aug 2007 15:24:00 +0000
(15:24 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 1 Aug 2007 15:24:00 +0000
(15:24 +0000)
SVN-Revision: 8307
package/dnsmasq/files/dhcp.conf
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dhcp.conf
b/package/dnsmasq/files/dhcp.conf
index fb55cf8b774a866f8ef3712f74c4fa5d9dca006f..81453e764250c6e1322414f5c41b41ba89ad4923 100644
(file)
--- a/
package/dnsmasq/files/dhcp.conf
+++ b/
package/dnsmasq/files/dhcp.conf
@@
-1,7
+1,7
@@
config dhcp
option interface lan
option start 100
- option
limit
150
+ option
end
150
option leasetime 12h
config dhcp