diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-25 02:58:35 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-25 02:58:35 +0000 |
commit | f63229d431eb2f7f67d398e2aa2d52621f4f206b (patch) | |
tree | eefd1db7e4eca1983a71386acd58d3495afbd58c | |
parent | 87897e1c5939928756eef0b6e93fc56e201b7aea (diff) |
remove unneeded config file section fixes #2594
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9442 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |