diff options
author | Travis Kemen <thepeople@openwrt.org> | 2007-10-25 02:58:35 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2007-10-25 02:58:35 +0000 |
commit | c526a608f8e4b9c51236ef42a021555d5415fce1 (patch) | |
tree | 37982d9044a2872608d957d182484b35be4d6d95 /package | |
parent | c4354c45897aa10459b150d28445a809dcff95f5 (diff) | |
download | upstream-c526a608f8e4b9c51236ef42a021555d5415fce1.tar.gz upstream-c526a608f8e4b9c51236ef42a021555d5415fce1.tar.bz2 upstream-c526a608f8e4b9c51236ef42a021555d5415fce1.zip |
remove unneeded config file section fixes #2594
SVN-Revision: 9442
Diffstat (limited to 'package')
-rw-r--r-- | package/dnsmasq/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 7dd55af8b8..6297965779 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -25,10 +25,6 @@ define Package/dnsmasq URL:=http://www.thekelleys.org.uk/dnsmasq/ endef -define Package/dnsmasq/conffiles -/etc/dnsmasq.conf -endef - define Package/dnsmasq/description It is intended to provide coupled DNS and DHCP service to a LAN. endef |