Author: nbd Date: 2015-10-30 23:01:22 +0100 (Fri, 30 Oct 2015) New Revision: 47295
Modified: trunk/package/firmware/ath10k-firmware/Makefile Log: ath10k-firmware: add qca99x0 firmware Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/firmware/ath10k-firmware/Makefile =================================================================== --- trunk/package/firmware/ath10k-firmware/Makefile 2015-10-30 22:01:18 UTC (rev 47294) +++ trunk/package/firmware/ath10k-firmware/Makefile 2015-10-30 22:01:22 UTC (rev 47295) @@ -33,6 +33,15 @@ TITLE:=ath10k firmware for QCA988x devices endef +define Package/ath10k-firmware-qca99x0 + SECTION:=kernel + CATEGORY:=Kernel modules + SUBMENU:=$(WMENU) + URL:=$(PKG_SOURCE_URL) + DEPENDS:=kmod-ath10k + TITLE:=ath10k firmware for QCA99x0 devices +endef + define Build/Compile endef @@ -47,4 +56,15 @@ $(1)/lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin endef +define Package/ath10k-firmware-qca99x0/install + $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA99X0/hw2.0 + $(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) \ + $(PKG_BUILD_DIR)/QCA99X0/hw2.0/firmware-5.bin_10.4.1.00030-1 \ + $(1)/lib/firmware/ath10k/QCA99X0/hw2.0/firmware-5.bin +endef + $(eval $(call BuildPackage,ath10k-firmware-qca988x)) +$(eval $(call BuildPackage,ath10k-firmware-qca99x0)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
