Skip to content

Commit

Permalink
CC: linux-firmware: fix rt73-usb-firmware package
Browse files Browse the repository at this point in the history
Backport of r49037

Some parts of this package were named rt73-pci-firmware before which
looks like a copy and past error. This renames all parts to rt73-usb-
firmware and then the firmware gets build and the dependencies from the
package with the kernel module are also working correctly.

This fixes #22069

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49038 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
hauke committed Mar 19, 2016
1 parent 88ef6c4 commit 656fd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/firmware/linux-firmware/mediatek.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ define Package/rt61-pci-firmware/install
endef
$(eval $(call BuildPackage,rt61-pci-firmware))

Package/rt73-pci-firmware = $(call Package/firmware-default,Ralink RT2573 firmware)
Package/rt73-usb-firmware = $(call Package/firmware-default,Ralink RT2573 firmware)
define Package/rt73-usb-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware
$(INSTALL_DATA) $(PKG_BUILD_DIR)/rt73.bin $(1)/lib/firmware/
endef
$(eval $(call BuildPackage,rt73-pci-firmware))
$(eval $(call BuildPackage,rt73-usb-firmware))

0 comments on commit 656fd31

Please sign in to comment.