aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/Makefile
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2007-10-24 21:08:54 +0000
committerTravis Kemen <thepeople@openwrt.org>2007-10-24 21:08:54 +0000
commit64e913ca5a3a2f838a400c303bc2fb4ae76bb776 (patch)
treecce6ee321740f654e283c29257865bdae2200ab8 /package/dnsmasq/Makefile
parente37ba1b45a8020bae4dea284928237e6adf9ef7a (diff)
downloadupstream-64e913ca5a3a2f838a400c303bc2fb4ae76bb776.tar.gz
upstream-64e913ca5a3a2f838a400c303bc2fb4ae76bb776.tar.bz2
upstream-64e913ca5a3a2f838a400c303bc2fb4ae76bb776.zip
convert the rest of /etc/dnsmasq.conf to uci
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r--package/dnsmasq/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index cb723d528f..7dd55af8b8 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -46,7 +46,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