From 17f678ee3b8709e5b222ceaf70952570475a5aa1 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 17 Nov 2011 11:06:26 +0000 Subject: [PATCH] packages/madwimax: rename initscript file git-svn-id: svn://svn.openwrt.org/openwrt/packages@29218 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/madwimax/Makefile | 6 +++--- net/madwimax/files/{madwimax => madwimax.init} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename net/madwimax/files/{madwimax => madwimax.init} (100%) diff --git a/net/madwimax/Makefile b/net/madwimax/Makefile index 64069a192..5a46d6d90 100644 --- a/net/madwimax/Makefile +++ b/net/madwimax/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=madwimax PKG_VERSION:=0.1.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=madwimax-0.1.1.tar.gz PKG_SOURCE_URL:=http://madwimax.googlecode.com/files/ @@ -43,7 +43,7 @@ define Package/madwimax/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/20-madwimax $(1)/etc/hotplug.d/usb/ $(INSTALL_BIN) ./files/event.sh $(1)/etc/madwimax/ - $(INSTALL_BIN) ./files/madwimax $(1)/etc/init.d/ + $(INSTALL_BIN) ./files/madwimax.init $(1)/etc/init.d/madwimax endef $(eval $(call BuildPackage,madwimax)) diff --git a/net/madwimax/files/madwimax b/net/madwimax/files/madwimax.init similarity index 100% rename from net/madwimax/files/madwimax rename to net/madwimax/files/madwimax.init -- 2.11.0