From: Felix Fietkau Date: Mon, 3 Nov 2008 22:10:35 +0000 (+0000) Subject: add rt2860 firmware X-Git-Tag: reboot~25323 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d96cec4149bb7bbdbbe9d56c12fab51f6b1df2b2 add rt2860 firmware SVN-Revision: 13117 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index f78e6485cb..934955e512 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -44,6 +44,7 @@ endef # Ralink rt2x00 drivers RT61FW:=RT61_Firmware_V1.2.zip RT71FW:=RT71W_Firmware_V1.8.zip +RT2860FW:=RT2860_Firmware_V11.zip define Download/rt61 FILE:=$(RT61FW) @@ -59,6 +60,13 @@ define Download/rt71w endef $(eval $(call Download,rt71w)) +define Download/rt2860 + FILE:=$(RT2860FW) + URL:=http://www.ralinktech.com.tw/data/drivers + MD5SUM:=440a81756a52c53528f16faa41c40124 +endef +$(eval $(call Download,rt2860)) + define KernelPackage/rt2x00/Default SUBMENU:=Wireless Drivers TITLE:=Ralink Drivers for RT2x00 cards @@ -189,6 +197,7 @@ define Build/Prepare $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used) unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT61FW) unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT71FW) + -unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT2860FW) $(TAR) -C $(PKG_BUILD_DIR) -xjf $(DL_DIR)/$(ZD1211FW_NAME)-$(ZD1211FW_VERSION).tar.bz2 $(if $(CONFIG_TARGET_brcm47xx),rm -rf $(PKG_BUILD_DIR)/include/linux/ssb) endef @@ -224,6 +233,11 @@ define KernelPackage/rt73-usb/install $(INSTALL_DATA) $(PKG_BUILD_DIR)/rt73.bin $(1)/lib/firmware/ endef +define KernelPackage/rt2800-pci/install + $(INSTALL_DIR) $(1)/lib/firmware + $(INSTALL_DATA) $(PKG_BUILD_DIR)/rt2860.bin $(1)/lib/firmware/ +endef + define KernelPackage/zd1211rw/install $(INSTALL_DIR) $(1)/lib/firmware/zd1211 $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(ZD1211FW_NAME)/zd1211* $(1)/lib/firmware/zd1211