diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-12 12:57:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-12 12:57:28 +0000 |
commit | 3dd8f49e0294bd5835ef0d7c894da0dd02f10b6a (patch) | |
tree | b33ff700e523e018f5ee35e3b6c0b7c52a968677 /package/rt61 | |
parent | 89167180b80ea47d5a47b67d2b9cdcd431ae6377 (diff) | |
download | upstream-3dd8f49e0294bd5835ef0d7c894da0dd02f10b6a.tar.gz upstream-3dd8f49e0294bd5835ef0d7c894da0dd02f10b6a.tar.bz2 upstream-3dd8f49e0294bd5835ef0d7c894da0dd02f10b6a.zip |
Also change Makefile
SVN-Revision: 5769
Diffstat (limited to 'package/rt61')
-rw-r--r-- | package/rt61/Makefile | 10 | ||||
-rw-r--r-- | package/rt61/files/rt61.modules (renamed from package/rt61/files/rt2x00.modules) | 0 |
2 files changed, 5 insertions, 5 deletions
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 index f17c88b2b4..f17c88b2b4 100644 --- a/package/rt61/files/rt2x00.modules +++ b/package/rt61/files/rt61.modules |