diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-21 13:53:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-21 13:53:27 +0000 |
commit | bd35e85116b288c05ef5f76935b27eb95d99d47d (patch) | |
tree | a5981144a8e111626510099fe05ffc9b41a1e1a1 /package/dnsmasq/Makefile | |
parent | 0bd36b58c9bd74520a81ad0ec5a52545af616b0c (diff) | |
download | upstream-bd35e85116b288c05ef5f76935b27eb95d99d47d.tar.gz upstream-bd35e85116b288c05ef5f76935b27eb95d99d47d.tar.bz2 upstream-bd35e85116b288c05ef5f76935b27eb95d99d47d.zip |
Package dnsmasq init-file If an already running DHCP-server is found on the configured interface, the init-script refuses to start, but does not give a hint why. It took us some days to track down this behavior in our MANET, where every wifi/adhoc-node runs it own DHCP-server. Now syslog is more verbose on this.
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 24051
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r-- | package/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 695d26088b..14d3cc4dd6 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.55 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |