#22069: Missing firmware for rt73usb
-----------------------+---------------------------------------
 Reporter:  anonymous  |      Owner:  developers
     Type:  defect     |     Status:  new
 Priority:  highest    |  Milestone:  Designated Driver (Trunk)
Component:  kernel     |    Version:  Trunk
 Keywords:             |
-----------------------+---------------------------------------
 For trunk/DD and CC in mediatek.mk:

 {{{
 Package/rt73-pci-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))

 }}}

 Should be  $(eval $(call BuildPackage,rt73-usb-firmware))?

--
Ticket URL: <https://dev.openwrt.org/ticket/22069>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to