Browse Source

linux-firmware: Add firmware for usb-serial-ti-usb

Signed-off-by: David Woodhouse <[email protected]>
David Woodhouse 8 years ago
parent
commit
4424a9ff20
1 changed files with 13 additions and 0 deletions
  1. 13 0
      package/firmware/linux-firmware/ti.mk

+ 13 - 0
package/firmware/linux-firmware/ti.mk

@@ -23,3 +23,16 @@ define Package/wl18xx-firmware/install
 endef
 endef
 $(eval $(call BuildPackage,wl18xx-firmware))
 $(eval $(call BuildPackage,wl18xx-firmware))
 
 
+Package/ti-3410-firmware = $(call Package/firmware-default,TI 3410 firmware)
+define Package/ti-3410-firmware/install
+	$(INSTALL_DIR) $(1)/lib/firmware
+	$(INSTALL_DATA) $(PKG_BUILD_DIR)/ti_3410.fw $(1)/lib/firmware
+endef
+$(eval $(call BuildPackage,ti-3410-firmware))
+
+Package/ti-5052-firmware = $(call Package/firmware-default,TI 5052 firmware)
+define Package/ti-5052-firmware/install
+	$(INSTALL_DIR) $(1)/lib/firmware
+	$(INSTALL_DATA) $(PKG_BUILD_DIR)/ti_5052.fw $(1)/lib/firmware
+endef
+$(eval $(call BuildPackage,ti-5052-firmware))