projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix a bug that prevents the wgt634u from initializing the filesystem properly
[openwrt.git]
/
openwrt
/
package
/
dnsmasq
/
Makefile
diff --git
a/openwrt/package/dnsmasq/Makefile
b/openwrt/package/dnsmasq/Makefile
index
5d7133f
..
88bd9f2
100644
(file)
--- a/
openwrt/package/dnsmasq/Makefile
+++ b/
openwrt/package/dnsmasq/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
-PKG_VERSION:=2.2
2
+PKG_VERSION:=2.2
7
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
b38f33cd0703fa664a37a4595d918189
+PKG_MD5SUM:=
489198ec87101087043adc98bbe062dc
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-26,8
+26,11
@@
$(PKG_BUILD_DIR)/.built:
touch $@
$(IPKG_DNSMASQ):
touch $@
$(IPKG_DNSMASQ):
-
mkdir -p
$(IDIR_DNSMASQ)/usr/sbin
-
cp
$(PKG_BUILD_DIR)/src/$(PKG_NAME) $(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/*
$(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/dnsmasq.init $(IDIR_DNSMASQ)/etc/init.d/S50dnsmasq
$(IPKG_BUILD) $(IDIR_DNSMASQ) $(PACKAGE_DIR)
$(IPKG_BUILD) $(IDIR_DNSMASQ) $(PACKAGE_DIR)
This page took
0.031406 seconds
and
4
git commands to generate.