projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5c1ea8
)
ipq-wifi: remove target dependency on ipq40xx
author
David Bauer
<
[email protected]
>
Mon, 10 Aug 2020 10:29:18 +0000
(12:29 +0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/package/firmware/ipq-wifi/Makefile
b/package/firmware/ipq-wifi/Makefile
index 9aa6852046a20435c88047d5fc6f7bf445976f2d..13a25d8bbe9636143a72bf2f1eed3639ba2cc578 100644
(file)
--- a/
package/firmware/ipq-wifi/Makefile
+++ b/
package/firmware/ipq-wifi/Makefile
@@
-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