dnsmasq force dhcp server at boot

This commit is contained in:
coolsnowwolf 2018-10-19 00:48:43 +08:00
parent f1d52b9f05
commit 3206c1a748
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_VERSION:=2.80rc1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates

View File

@ -25,7 +25,8 @@ config dhcp lan
option interface lan
option start 100
option limit 150
option leasetime 12h
option leasetime 24h
option force 1
config dhcp wan
option interface wan