From 3dd8f49e0294bd5835ef0d7c894da0dd02f10b6a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 12 Dec 2006 12:57:28 +0000 Subject: [PATCH] Also change Makefile SVN-Revision: 5769 --- package/rt61/Makefile | 10 +++++----- package/rt61/files/{rt2x00.modules => rt61.modules} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename package/rt61/files/{rt2x00.modules => rt61.modules} (100%) diff --git a/package/rt61/Makefile b/package/rt61/Makefile index c9502d83cc..c7554d2d65 100644 --- a/package/rt61/Makefile +++ b/package/rt61/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_NAME:=rt2x00 +PKG_NAME:=rt61 PKG_VERSION:=1.1.0-b1 PKG_RELEASE:=1 @@ -21,7 +21,7 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/package.mk -define Package/kmod-rt2x00 +define Package/kmod-rt61 SECTION:=kernel CATEGORY:=Kernel drivers DEPENDS:=@LINUX_2_6_RDC @@ -40,12 +40,12 @@ define Build/Compile modules endef -define Package/kmod-rt2x00/install +define Package/kmod-rt61/install mkdir -p $(1)/etc/modules.d - $(INSTALL_DATA) ./files/rt2x00.modules $(1)/etc/modules.d/10-ralink + $(INSTALL_DATA) ./files/rt61.modules $(1)/etc/modules.d/10-ralink $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) $(CP) $(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX) \ $(1)/lib/modules/$(LINUX_VERSION)/ endef -$(eval $(call BuildPackage,kmod-rt2x00)) +$(eval $(call BuildPackage,kmod-rt61)) diff --git a/package/rt61/files/rt2x00.modules b/package/rt61/files/rt61.modules similarity index 100% rename from package/rt61/files/rt2x00.modules rename to package/rt61/files/rt61.modules -- 2.30.2