From 605c2b18e4649b6b8cc9f482bd337bb91e2e9f9f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 13 Nov 2006 21:15:28 +0000 Subject: [PATCH] rename S50dnsmasq to S60dnsmasq, so that dropbear/telnet gets started earlier SVN-Revision: 5524 --- openwrt/package/dnsmasq/Makefile | 4 ++-- openwrt/package/dnsmasq/files/{S50dnsmasq => S60dnsmasq} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename openwrt/package/dnsmasq/files/{S50dnsmasq => S60dnsmasq} (100%) diff --git a/openwrt/package/dnsmasq/Makefile b/openwrt/package/dnsmasq/Makefile index 7b011e4825..3c6c956ec8 100644 --- a/openwrt/package/dnsmasq/Makefile +++ b/openwrt/package/dnsmasq/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.33 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=45696461b6e6bc929273b1191ca50447 PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq @@ -30,7 +30,7 @@ $(IPKG_DNSMASQ): $(CP) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(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 + install -m0755 ./files/S60dnsmasq $(IDIR_DNSMASQ)/etc/init.d/S60dnsmasq $(RSTRIP) $(IDIR_DNSMASQ) $(IPKG_BUILD) $(IDIR_DNSMASQ) $(PACKAGE_DIR) diff --git a/openwrt/package/dnsmasq/files/S50dnsmasq b/openwrt/package/dnsmasq/files/S60dnsmasq similarity index 100% rename from openwrt/package/dnsmasq/files/S50dnsmasq rename to openwrt/package/dnsmasq/files/S60dnsmasq -- 2.30.2