ipq-wifi: remove target dependency on ipq40xx
authorDavid Bauer <[email protected]>
Mon, 10 Aug 2020 10:29:18 +0000 (12:29 +0200)
committerDavid Bauer <[email protected]>
Mon, 26 Oct 2020 01:39:24 +0000 (02:39 +0100)
QCA9888 on other platforms also require BDFs for correct operation.
Therefore, they need to be packaged for other platforms too.

Signed-off-by: David Bauer <[email protected]>
package/firmware/ipq-wifi/Makefile

index 9aa6852046a20435c88047d5fc6f7bf445976f2d..13a25d8bbe9636143a72bf2f1eed3639ba2cc578 100644 (file)
@@ -50,7 +50,7 @@ define Package/ipq-wifi-default
   SUBMENU:=ath10k Board-Specific Overrides
   SECTION:=firmware
   CATEGORY:=Firmware
-  DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x)
+  DEPENDS:=@(TARGET_ipq40xx||TARGET_ipq806x||TARGET_ath79)
   TITLE:=Custom Board
 endef