From: florian Date: Tue, 12 Dec 2006 12:57:28 +0000 (+0000) Subject: Also change Makefile X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=d318859c622361b4a74bf21f6262f970b1f966ba Also change Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5769 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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/rt2x00.modules deleted file mode 100644 index f17c88b2b4..0000000000 --- a/package/rt61/files/rt2x00.modules +++ /dev/null @@ -1 +0,0 @@ -rt61 diff --git a/package/rt61/files/rt61.modules b/package/rt61/files/rt61.modules new file mode 100644 index 0000000000..f17c88b2b4 --- /dev/null +++ b/package/rt61/files/rt61.modules @@ -0,0 +1 @@ +rt61