aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-25 08:11:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-25 08:11:12 +0000
commitba4ba9de881df89a3de079e306b715201b212b1a (patch)
tree1fa30e4b38df60f284f28c92d3bd8ef820bb3302 /package/dnsmasq/Makefile
parent8b54f2416682bd3921af2d7003f86501713da404 (diff)
downloadupstream-ba4ba9de881df89a3de079e306b715201b212b1a.tar.gz
upstream-ba4ba9de881df89a3de079e306b715201b212b1a.tar.bz2
upstream-ba4ba9de881df89a3de079e306b715201b212b1a.zip
sync dnsmasq with whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1556 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r--package/dnsmasq/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 5d7133fd1e..73a9061353 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_VERSION:=2.22
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MD5SUM:=b38f33cd0703fa664a37a4595d918189
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
@@ -26,8 +26,11 @@ $(PKG_BUILD_DIR)/.built:
touch $@
$(IPKG_DNSMASQ):
- mkdir -p $(IDIR_DNSMASQ)/usr/sbin
+ install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin
cp $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(IDIR_DNSMASQ)/usr/sbin/
$(STRIP) $(IDIR_DNSMASQ)/usr/sbin/*
+ install -d -m0755 $(IDIR_DNSMASQ)/etc/init.d/
+ install -m0644 ./files/dnsmasq.conf $(IDIR_DNSMASQ)/etc/dnsmasq.conf
+ install -m0755 ./files/S50dnsmasq $(IDIR_DNSMASQ)/etc/init.d/S50dnsmasq
$(IPKG_BUILD) $(IDIR_DNSMASQ) $(PACKAGE_DIR)