projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a46f36
)
firmware: ipq-wifi: enable use on IPQ806x
author
Robert Marko
<robert.marko@sartura.hr>
Mon, 18 May 2020 10:34:06 +0000
(12:34 +0200)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/firmware/ipq-wifi/Makefile
b/package/firmware/ipq-wifi/Makefile
index ee7b1946011fef9a2b2bb7817284d21963c13f65..0d1a737d5997092a3742be4ebbe887ff3b5e808e 100644
(file)
--- 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