Author: nbd Date: 2015-11-22 20:06:42 +0100 (Sun, 22 Nov 2015) New Revision: 47592
Modified: trunk/package/firmware/ath10k-firmware/Makefile Log: ath10k-firmware: add board-2.bin for qca99x0 Keep board.bin as fallback for devices without OTP that load caldata from flash Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/firmware/ath10k-firmware/Makefile =================================================================== --- trunk/package/firmware/ath10k-firmware/Makefile 2015-11-22 19:06:33 UTC (rev 47591) +++ trunk/package/firmware/ath10k-firmware/Makefile 2015-11-22 19:06:42 UTC (rev 47592) @@ -47,6 +47,17 @@ TITLE:=ath10k firmware for QCA6174 devices endef +QCA99X0_BOARD_REV:=ddcec9efd245da9365c474f513a855a55f3ac7fe +QCA99X0_BOARD_FILE:=board-2.bin.$(QCA99X0_BOARD_REV) + +define Download/qca99x0-board + URL:=https://www.codeaurora.org/cgit/quic/qsdk/oss/firmware/ath10k-firmware/plain/ath10k/QCA99X0/hw2.0 + URL_FILE:=board-2.bin?id=ddcec9efd245da9365c474f513a855a55f3ac7fe + FILE:=$(QCA99X0_BOARD_FILE) + MD5SUM:=a2b3c653c2363a5641200051d6333d0a +endef +$(eval $(call Download,qca99x0-board)) + define Build/Compile endef @@ -69,6 +80,9 @@ define Package/ath10k-firmware-qca99x0/install $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA99X0/hw2.0 $(INSTALL_DATA) \ + $(DL_DIR)/$(QCA99X0_BOARD_FILE) \ + $(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board-2.bin + $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA99X0/hw2.0/boardData_AR900B_CUS239_5G_v2_001.bin \ $(1)/lib/firmware/ath10k/QCA99X0/hw2.0/board.bin $(INSTALL_DATA) \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
