[openwrt/openwrt] firmware: ipq-wifi: enable use on IPQ806x
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 17 02:43:10 EDT 2020
blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/179073b0cca3e25e42f56cc5151b2c634a974acf
commit 179073b0cca3e25e42f56cc5151b2c634a974acf
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Mon May 18 12:34:06 2020 +0200
firmware: ipq-wifi: enable use on IPQ806x
This enables the ipq-wifi package to be used on IPQ806x target.
Its needed for boards using a different BDF than one shipped in the upstream board-2.bin.
Currently needed for Edgecore ECW5410.
Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
package/firmware/ipq-wifi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index ee7b194601..0d1a737d59 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -46,7 +46,7 @@ define Package/ipq-wifi-default
SUBMENU:=ath10k Board-Specific Overrides
SECTION:=firmware
CATEGORY:=Firmware
- DEPENDS:=@TARGET_ipq40xx
+ DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x)
TITLE:=Custom Board
endef
More information about the lede-commits
mailing list