mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
8 lines
353 B
Makefile
8 lines
353 B
Makefile
Package/ath12k-firmware-wcn7850 = $(call Package/firmware-default,WCN7850 ath12k firmware)
|
|
define Package/ath12k-firmware-wcn7850/install
|
|
$(INSTALL_DIR) $(1)/lib/firmware/ath12k/WCN7850/hw2.0
|
|
$(INSTALL_DATA) \
|
|
$(PKG_BUILD_DIR)/ath12k/WCN7850/hw2.0/* $(1)/lib/firmware/ath12k/WCN7850/hw2.0/
|
|
endef
|
|
$(eval $(call BuildPackage,ath12k-firmware-wcn7850))
|