X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d272aa7b2de14527b06949cc3a20a3ee74f9b9fd..addc1928bde31342dc4e244d519036372bc5b4ff:/package/dnsmasq/Makefile?ds=inline diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index cb723d528..629796577 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 @@ -46,7 +42,6 @@ define Package/dnsmasq/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/dnsmasq $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DATA) ./files/dhcp.conf $(1)/etc/config/dhcp - $(INSTALL_DATA) ./files/dnsmasq.conf $(1)/etc/dnsmasq.conf $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/dnsmasq.init $(1)/etc/init.d/dnsmasq endef