From 8da0af8a1e3eec7e58ed291544257f1eab5c61bd Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 4 Feb 2012 20:19:14 +0000 Subject: [PATCH] [packages_10.03.2] p910nd: merge r29227 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30114 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/p910nd/Makefile | 8 ++++---- net/p910nd/files/{p910nd.conf => p910nd.config} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename net/p910nd/files/{p910nd.conf => p910nd.config} (100%) diff --git a/net/p910nd/Makefile b/net/p910nd/Makefile index 1e0fafb..7b0b957 100644 --- a/net/p910nd/Makefile +++ b/net/p910nd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=p910nd PKG_VERSION:=0.95 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/p910nd @@ -45,11 +45,11 @@ MAKE_FLAGS += \ define Package/p910nd/install $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/$(PKG_NAME) $(1)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/p910nd $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_DATA) ./files/$(PKG_NAME).conf $(1)/etc/config/$(PKG_NAME) + $(INSTALL_DATA) ./files/p910nd.config $(1)/etc/config/p910nd $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/$(PKG_NAME).init $(1)/etc/init.d/$(PKG_NAME) + $(INSTALL_BIN) ./files/p910nd.init $(1)/etc/init.d/p910nd endef $(eval $(call BuildPackage,p910nd)) diff --git a/net/p910nd/files/p910nd.conf b/net/p910nd/files/p910nd.config similarity index 100% rename from net/p910nd/files/p910nd.conf rename to net/p910nd/files/p910nd.config -- 2.11.0