X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Ffirmware%2Fath10k-firmware%2FMakefile;h=3cd48c28d6c458e9c8b367cb218c9c7aa5ad6ce7;hb=2b2556c88a98d4cf33287b433c89c589b8e454e1;hp=ac955438672f22ab382fd3967b4d01580afa974e;hpb=c4b2c7faf711c309f365d8c1803bd91014972047;p=openwrt-github%2F.git diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index ac95543867..3cd48c28d6 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -23,25 +23,30 @@ include $(INCLUDE_DIR)/package.mk WMENU:=Wireless Drivers -define Package/ath10k-firmware-qca988x +define Package/ath10k-firmware-default SECTION:=kernel CATEGORY:=Kernel modules SUBMENU:=$(WMENU) URL:=$(PKG_SOURCE_URL) - DEFAULT:=PACKAGE_kmod-ath10k DEPENDS:=kmod-ath10k +endef + +define Package/ath10k-firmware-qca988x +$(Package/ath10k-firmware-default) + DEFAULT:=PACKAGE_kmod-ath10k 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 +$(Package/ath10k-firmware-default) TITLE:=ath10k firmware for QCA99x0 devices endef +define Package/ath10k-firmware-qca6174 +$(Package/ath10k-firmware-default) + TITLE:=ath10k firmware for QCA6174 devices +endef + define Build/Compile endef @@ -52,10 +57,15 @@ define Package/ath10k-firmware-qca988x/install $(PKG_BUILD_DIR)/ath10k/QCA988X/hw2.0/board.bin \ $(1)/lib/firmware/ath10k/QCA988X/hw2.0/ $(INSTALL_DATA) \ - $(PKG_BUILD_DIR)/QCA988X/10.2.4/firmware-5.bin_10.2.4.70-2 \ + $(PKG_BUILD_DIR)/QCA988X/10.2.4/firmware-5.bin_10.2.4.70.10-2 \ $(1)/lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin endef +define Package/ath10k-firmware-qca6174/install + $(INSTALL_DIR) $(1)/lib/firmware/ath10k + $(CP) $(PKG_BUILD_DIR)/ath10k/QCA6174 $(1)/lib/firmware/ath10k/ +endef + define Package/ath10k-firmware-qca99x0/install $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA99X0/hw2.0 $(INSTALL_DATA) \ @@ -68,3 +78,4 @@ endef $(eval $(call BuildPackage,ath10k-firmware-qca988x)) $(eval $(call BuildPackage,ath10k-firmware-qca99x0)) +$(eval $(call BuildPackage,ath10k-firmware-qca6174))