X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d272aa7b2de14527b06949cc3a20a3ee74f9b9fd..271fe72913eccc9a113c3fc3320cb5144be4871c:/package/dnsmasq/Makefile 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