aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2020-05-18 12:34:06 +0200
committerJohn Crispin <john@phrozen.org>2020-09-17 08:42:17 +0200
commit179073b0cca3e25e42f56cc5151b2c634a974acf (patch)
tree4c8dc2ce71ef3d34d49b04fe95098d3bc0a02a23 /package/firmware
parent4a46f36f99935aee2cc75990e38feceff3ec5dad (diff)
downloadupstream-179073b0cca3e25e42f56cc5151b2c634a974acf.tar.gz
upstream-179073b0cca3e25e42f56cc5151b2c634a974acf.tar.bz2
upstream-179073b0cca3e25e42f56cc5151b2c634a974acf.zip
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@sartura.hr>
Diffstat (limited to 'package/firmware')
-rw-r--r--package/firmware/ipq-wifi/Makefile2
1 files changed, 1 insertions, 1 deletions
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