Author: hauke
Date: 2016-03-19 12:00:09 +0100 (Sat, 19 Mar 2016)
New Revision: 49037

Modified:
   trunk/package/firmware/linux-firmware/mediatek.mk
Log:
linux-firmware: fix rt73-usb-firmware package

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 <[email protected]>


Modified: trunk/package/firmware/linux-firmware/mediatek.mk
===================================================================
--- trunk/package/firmware/linux-firmware/mediatek.mk   2016-03-19 10:42:21 UTC 
(rev 49036)
+++ trunk/package/firmware/linux-firmware/mediatek.mk   2016-03-19 11:00:09 UTC 
(rev 49037)
@@ -35,9 +35,9 @@
 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))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to