firmware: ipq-wifi: enable use on IPQ806x
authorRobert Marko <robert.marko@sartura.hr>
Mon, 18 May 2020 10:34:06 +0000 (12:34 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 17 Sep 2020 06:42:17 +0000 (08:42 +0200)
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@sartura.hr>
package/firmware/ipq-wifi/Makefile

index ee7b1946011fef9a2b2bb7817284d21963c13f65..0d1a737d5997092a3742be4ebbe887ff3b5e808e 100644 (file)
@@ -46,7 +46,7 @@ define Package/ipq-wifi-default
   SUBMENU:=ath10k Board-Specific Overrides
   SECTION:=firmware
   CATEGORY:=Firmware
   SUBMENU:=ath10k Board-Specific Overrides
   SECTION:=firmware
   CATEGORY:=Firmware
-  DEPENDS:=@TARGET_ipq40xx
+  DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x)
   TITLE:=Custom Board
 endef
 
   TITLE:=Custom Board
 endef