[openwrt/openwrt] ipq-wifi: update to version 2024-02-25, remove unused ipq8174 extension
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 25 09:46:34 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c2537f3c8ffc2e8814b557a4faabc8cce133b550
commit c2537f3c8ffc2e8814b557a4faabc8cce133b550
Author: Paweł Owoc <frut3k7 at gmail.com>
AuthorDate: Sun Feb 25 15:04:31 2024 +0100
ipq-wifi: update to version 2024-02-25, remove unused ipq8174 extension
fc30aee ipq8074: remove regdomain, update regdb and rename MX4200 BDF
Remove unused ipq8174 extension
Signed-off-by: Paweł Owoc <frut3k7 at gmail.com>
---
package/firmware/ipq-wifi/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile
index 150f146672..0da6b58b2c 100644
--- a/package/firmware/ipq-wifi/Makefile
+++ b/package/firmware/ipq-wifi/Makefile
@@ -6,9 +6,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware/qca-wireless.git
-PKG_SOURCE_DATE:=2024-02-23
-PKG_SOURCE_VERSION:=9f9d9ba9cd77043744dcd5235497a15eea51c375
-PKG_MIRROR_HASH:=38f6d15259a8e4d7d9d1f8043abe9981fc3ed03c57a909a8a484f59710f86815
+PKG_SOURCE_DATE:=2024-02-25
+PKG_SOURCE_VERSION:=fc30aeeb8ec5d069710a446f4eb5e30fc26145c1
+PKG_MIRROR_HASH:=7fe83e3f36541444e0385a56fa8a048772d0531e16787cc10bce29775c7db235
PKG_FLAGS:=nonshared
@@ -90,7 +90,7 @@ define ipq-wifi-install-one
$(call ipq-wifi-install-one-to,$(1),$(2),QCA99X0/hw2.0),\
$(if $(filter $(suffix $(1)),.IPQ6018 .ipq6018),\
$(call ipq-wifi-install-ath11-one-to,$(1),$(2),IPQ6018/hw1.0),\
- $(if $(filter $(suffix $(1)),.IPQ8074 .ipq8074 .ipq8174),\
+ $(if $(filter $(suffix $(1)),.IPQ8074 .ipq8074),\
$(call ipq-wifi-install-ath11-one-to,$(1),$(2),IPQ8074/hw2.0),\
$(if $(filter $(suffix $(1)),.QCN9074 .qcn9074),\
$(call ipq-wifi-install-ath11-one-to,$(1),$(2),QCN9074/hw1.0),\
More information about the lede-commits
mailing list