Added Atheros driver to Ruby variant

pull/1544/head
Petru Soroaga 2024-09-09 11:50:43 +03:00
parent 26a539e744
commit 461b006ef9
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -29,6 +29,8 @@ define RUBYFPV_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/root/ruby/licenses $(INSTALL) -m 755 -d $(TARGET_DIR)/root/ruby/licenses
$(INSTALL) -m 644 -t $(TARGET_DIR)/root/ruby/licenses $(@D)/licenses/* $(INSTALL) -m 644 -t $(TARGET_DIR)/root/ruby/licenses $(@D)/licenses/*
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/firmware/ath9k_htc
cp $(RUBYFPV_PKGDIR)/files/htc_9271.fw.3 $(TARGET_DIR)/lib/firmware/ath9k_htc
endef endef
$(eval $(generic-package)) $(eval $(generic-package))