Skip to content

Commit

Permalink
ipq807x: add new files & made change for udaya outdoor wifi-6
Browse files Browse the repository at this point in the history
Signed-off-by: Shashi <shashi.kushwaha@inventum.net>
  • Loading branch information
shashi249 authored and blogic committed Oct 4, 2024
1 parent a6cb324 commit ab9a301
Show file tree
Hide file tree
Showing 9 changed files with 934 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feeds/ipq807x_v5.4/ath11k-wifi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ALLWIFIBOARDS:= \
yuncore-fap650 \
yuncore-fap655 \
udaya-a6-id2 \
udaya-a6-od2 \
meshpp-s618

ALLWIFIPACKAGES:=$(foreach BOARD,$(ALLWIFIBOARDS),ath11k-wifi-$(BOARD))
Expand Down Expand Up @@ -413,6 +414,7 @@ $(eval $(call generate-ath11k-wifi-package,muxi-ap3220l,MUXI AP3220L))
$(eval $(call generate-ath11k-wifi-package,yuncore-fap650,YunCore FAP650))
$(eval $(call generate-ath11k-wifi-package,yuncore-fap655,YunCore FAP655))
$(eval $(call generate-ath11k-wifi-package,udaya-a6-id2,Udaya A6-ID2))
$(eval $(call generate-ath11k-wifi-package,udaya-a6-od2,Udaya A6-OD2))
$(eval $(call generate-ath11k-wifi-package,wallys-dr5018,Wallys DR5018))

$(foreach PACKAGE,$(ALLWIFIPACKAGES),$(eval $(call BuildPackage,$(PACKAGE))))
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions feeds/ipq807x_v5.4/ipq50xx/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ qcom_setup_interfaces()
ucidef_set_interface_wan "eth1"
ucidef_set_interface_lan "eth0"
;;
udaya,a6-od2)
ucidef_set_interface_wan "eth1"
ucidef_set_interface_lan "eth0"
;;
edgecore,oap101|\
edgecore,oap101-6e|\
edgecore,oap101e|\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ ath11k/IPQ5018/hw1.0/caldata.bin)
optimcloud,d50|\
optimcloud,d50-5g|\
udaya,a6-id2|\
udaya,a6-od2|\
wallys,dr5018|\
yuncore,fap655|\
glinet,b3000)
Expand All @@ -155,6 +156,7 @@ ath11k/qcn6122/hw1.0/caldata_1.bin)
edgecore,oap101e|\
edgecore,oap101e-6e|\
udaya,a6-id2|\
udaya,a6-od2|\
hfcl,ion4xi_w|\
wallys,dr5018|\
yuncore,fap655)
Expand Down
2 changes: 2 additions & 0 deletions feeds/ipq807x_v5.4/ipq50xx/base-files/lib/upgrade/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ platform_check_image() {
yuncore,fap655|\
glinet,b3000|\
udaya,a6-id2|\
udaya,a6-od2|\
edgecore,oap101|\
edgecore,oap101-6e|\
edgecore,oap101e|\
Expand Down Expand Up @@ -128,6 +129,7 @@ platform_do_upgrade() {
cig,wf186w|\
cig,wf186h|\
udaya,a6-id2|\
udaya,a6-od2|\
wallys,dr5018|\
optimcloud,d60|\
optimcloud,d60-5g|\
Expand Down
Loading

0 comments on commit ab9a301

Please sign in to comment.