diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-12-14 14:06:27 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-12-14 17:51:42 +0000 |
commit | 9048b22e6770642454d3e27bce6c5877f2c17c03 (patch) | |
tree | 8825f82e29c973f1d9768137d528d77b8f33ad9c /package/network/services/dnsmasq/Makefile | |
parent | a969e96e47f8f893108fcffb31a4af7369a978dd (diff) | |
download | upstream-9048b22e6770642454d3e27bce6c5877f2c17c03.tar.gz upstream-9048b22e6770642454d3e27bce6c5877f2c17c03.tar.bz2 upstream-9048b22e6770642454d3e27bce6c5877f2c17c03.zip |
dnsmasq: Fix dhcp-boot, dhcp-reply-delay and pxe-prompt regressions
The above options were incorrectly changed to required tags. Make them
optional again.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 229d9eb4a0..fc067ebb0f 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.80 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |