diff options
| author | Robert Marko | 2020-05-18 10:34:06 +0000 |
|---|---|---|
| committer | John Crispin | 2020-09-17 06:42:17 +0000 |
| commit | 179073b0cca3e25e42f56cc5151b2c634a974acf (patch) | |
| tree | 4c8dc2ce71ef3d34d49b04fe95098d3bc0a02a23 | |
| parent | 4a46f36f99935aee2cc75990e38feceff3ec5dad (diff) | |
| download | openwrt-179073b0cca3e25e42f56cc5151b2c634a974acf.tar.gz | |
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>
| -rw-r--r-- | package/firmware/ipq-wifi/Makefile | 2 |
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 |