diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-12 12:57:28 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-12 12:57:28 +0000 |
commit | d318859c622361b4a74bf21f6262f970b1f966ba (patch) | |
tree | e2c8312430dafe8ec8124dbe2640a7abf8c46941 | |
parent | c1cc1db0838296bf2d6350a4c7bec5e71d492a17 (diff) |
Also change Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5769 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 c9502d83c..c7554d2d6 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 f17c88b2b..f17c88b2b 100644 --- a/package/rt61/files/rt2x00.modules +++ b/package/rt61/files/rt61.modules |